home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / ibm43322.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  112.1 KB  |  2,526 lines

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1998 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% for IBM InfoPrint 40.
  10. *% Copyright 1998 IBM Corporation.  All rights reserved.
  11. *% Copyright 1998 Peerless Systems Corp.  All rights reserved.
  12. *%
  13. *FormatVersion: "4.3"
  14. *FileVersion: "1.1"
  15. *LanguageEncoding: ISOLatin1
  16. *LanguageVersion: English
  17. *Manufacturer: "IBM"
  18. *PCFileName: "IBM43322.PPD"
  19. *Product: "(IBM 4332)"
  20. *PSVersion: "(3010.106) 420"
  21. *ModelName: "IBM 4332-40"
  22. *ShortNickName: "IBM InfoPrint 40 PS"
  23. *NickName: "IBM InfoPrint 40 PS"
  24.  
  25.  
  26. *% ==== Options (Printer Features) ====
  27. *%
  28. *OpenGroup: InstallableOptions/Options installed
  29.  
  30. *OpenUI *OptionHCF/2500-sheet input: Boolean
  31. *DefaultOptionHCF: False
  32. *OptionHCF True/Installed: ""
  33. *OptionHCF False/Not installed: ""
  34. *CloseUI: *OptionHCF
  35.  
  36. *OpenUI *OptionEnvelope1/Envelope feeder: Boolean
  37. *DefaultOptionEnvelope1: False
  38. *OptionEnvelope1 True/Installed: ""
  39. *OptionEnvelope1 False/Not installed: ""
  40. *CloseUI: *OptionEnvelope1
  41.  
  42. *OpenUI *OptionHardDrive1/Hard drive: Boolean
  43. *DefaultOptionHardDrive1: False
  44. *OptionHardDrive1 True/Installed: ""
  45. *OptionHardDrive1 False/Not installed: ""
  46. *CloseUI: *OptionHardDrive1
  47.  
  48. *OpenUI *OptionDuplexUnit/Duplex unit: Boolean
  49. *DefaultOptionDuplexUnit: False
  50. *OptionDuplexUnit True/Installed: ""
  51. *OptionDuplexUnit False/Not installed: ""
  52. *CloseUI: *OptionDuplexUnit
  53.  
  54. *OpenUI *OptionFlash1/Flash: Boolean
  55. *DefaultOptionFlash1: False
  56. *OptionFlash1 True/Installed: ""
  57. *OptionFlash1 False/Not installed: ""
  58. *CloseUI: *OptionFlash1
  59.  
  60. *OpenUI *OptionFinisher1/2000-sheet finisher: Boolean
  61. *DefaultOptionFinisher1: False
  62. *OptionFinisher1 True/Installed: ""
  63. *OptionFinisher1 False/Not installed: ""
  64. *CloseUI: *OptionFinisher1
  65.  
  66. *OpenUI *OptionFaceUpTray/Face-Up: Boolean
  67. *DefaultOptionFaceUpTray: False
  68. *OptionFaceUpTray True/Installed: ""
  69. *OptionFaceUpTray False/Not installed: ""
  70. *CloseUI: *OptionFaceUpTray
  71.  
  72.  
  73. *%
  74. *OpenUI *InstalledMemory/Memory: PickOne
  75. *DefaultInstalledMemory: 16Meg
  76. *InstalledMemory 16Meg/16 MB: ""
  77. *InstalledMemory 20Meg/20 MB: ""
  78. *InstalledMemory 24Meg/24 MB: ""
  79. *InstalledMemory 28Meg/28 MB: ""
  80. *InstalledMemory 32Meg/32 MB: ""
  81. *InstalledMemory 36Meg/36 MB: ""
  82. *InstalledMemory 40Meg/40 MB: ""
  83. *InstalledMemory 44Meg/44 MB: ""
  84. *InstalledMemory 48Meg/48 MB: ""
  85. *InstalledMemory 52Meg/52 MB: ""
  86. *InstalledMemory 64Meg/64 MB: ""
  87.  
  88. *?InstalledMemory: "save
  89.  currentsystemparams /RamSize get
  90.  1048576 div round cvi dup 0 lt {pop 0} if
  91.  [
  92.   [(64Meg) 64]
  93.   [(52Meg) 52]
  94.   [(44Meg) 44]
  95.   [(48Meg) 48]
  96.   [(40Meg) 40]
  97.   [(36Meg) 36]
  98.   [(32Meg) 32]
  99.   [(28Meg) 28]
  100.   [(24Meg) 24]
  101.   [(20Meg) 20]
  102.   [(16Meg) 16]
  103.  ]
  104.  {aload pop 2 index le {exit}{pop} ifelse} forall
  105.  = flush pop
  106. restore"
  107. *End
  108. *CloseUI: *InstalledMemory
  109.  
  110. *CloseGroup: InstallableOptions
  111.  
  112.  
  113.  
  114. *% ==== Duplexing can't be selected if Duplexer not installed
  115.  
  116. *UIConstraints: *OptionDuplexUnit False *Duplex
  117. *UIConstraints: *Duplex *OptionDuplexUnit False
  118.  
  119.  
  120. *% ==== Cant have OptionFinisher1 if OptionHCF not installed
  121. *%
  122.  
  123. *UIConstraints: *OptionFinisher1 True   *OptionHCF False
  124. *UIConstraints: *OptionHCF False        *OptionFinisher1 True
  125.  
  126.  
  127. *% ==== Input trays 3/4/5 can't be selected if HCF is not installed
  128. *%
  129.  
  130. *UIConstraints: *OptionHCF False        *InputSlot Tray3
  131. *UIConstraints: *OptionHCF False        *InputSlot Tray4
  132. *UIConstraints: *OptionHCF False        *InputSlot Tray5
  133.  
  134. *UIConstraints: *InputSlot Tray3        *OptionHCF False
  135. *UIConstraints: *InputSlot Tray4        *OptionHCF False
  136. *UIConstraints: *InputSlot Tray5        *OptionHCF False
  137.  
  138.  
  139. *% ==== Input Envelope tray can't be selected if Envelope feeder
  140. *% ==== not installed
  141. *%
  142.  
  143. *UIConstraints: *OptionEnvelope1 False  *InputSlot Envelope
  144.  
  145. *UIConstraints: *InputSlot Envelope     *OptionEnvelope1 False
  146.  
  147.  
  148. *% ==== Input multi-purpose tray can't be selected if Envelope feeder
  149. *% ==== is installed
  150. *%
  151.  
  152. *UIConstraints: *OptionEnvelope1 True   *InputSlot MPT
  153.  
  154. *UIConstraints: *InputSlot MPT          *OptionEnvelope1 True
  155.  
  156.  
  157. *% ==== Face up cant be selected if option not installed ====
  158. *%
  159.  
  160. *UIConstraints: *OptionFaceUpTray False *OutputBin Face-Up
  161. *UIConstraints: *OutputBin Face-Up      *OptionFaceUpTray False
  162.  
  163.  
  164. *% If Finisher not installed, can't staple.
  165. *%
  166.  
  167. *UIConstraints: *OptionFinisher1 False  *IBStaple
  168. *UIConstraints: *IBStaple               *OptionFinisher1 False
  169.  
  170.  
  171. *% Can only staple if finisher tray is selected.
  172. *%
  173. *UIConstraints: *IBStaple               *OutputBin Main
  174. *UIConstraints: *OutputBin Main         *IBStaple
  175. *UIConstraints: *IBStaple               *OutputBin Face-Up
  176. *UIConstraints: *OutputBin Face-Up      *IBStaple
  177.  
  178.  
  179. *% Can not staple hagaki, or any envelope
  180. *%
  181. *UIConstraints: *IBStaple *PageSize Hagaki
  182. *UIConstraints: *IBStaple *PageSize Env10
  183. *UIConstraints: *IBStaple *PageSize EnvC5
  184. *UIConstraints: *IBStaple *PageSize EnvDL
  185. *UIConstraints: *IBStaple *PageSize EnvMonarch
  186. *UIConstraints: *IBStaple *PageSize HagakiEdge
  187. *UIConstraints: *IBStaple *PageSize Env10Edge
  188. *UIConstraints: *IBStaple *PageSize EnvC5Edge
  189. *UIConstraints: *IBStaple *PageSize EnvDLEdge
  190. *UIConstraints: *IBStaple *PageSize EnvMonarchEdge
  191. *UIConstraints: *IBStaple *PageSize EnvUniversal
  192. *UIConstraints: *IBStaple *PageSize EnvUniversalEdge
  193.  
  194. *UIConstraints: *PageSize Hagaki         *IBStaple
  195. *UIConstraints: *PageSize Env10          *IBStaple
  196. *UIConstraints: *PageSize EnvC5          *IBStaple
  197. *UIConstraints: *PageSize EnvDL          *IBStaple
  198. *UIConstraints: *PageSize EnvMonarch     *IBStaple
  199. *UIConstraints: *PageSize HagakiEdge     *IBStaple
  200. *UIConstraints: *PageSize Env10Edge      *IBStaple
  201. *UIConstraints: *PageSize EnvC5Edge      *IBStaple
  202. *UIConstraints: *PageSize EnvDLEdge      *IBStaple
  203. *UIConstraints: *PageSize EnvMonarchEdge *IBStaple
  204. *UIConstraints: *PageSize EnvUniversal   *IBStaple
  205. *UIConstraints: *PageSize EnvUniversalEdge *IBStaple
  206.  
  207. *UIConstraints: *IBStaple *PageRegion Hagaki
  208. *UIConstraints: *IBStaple *PageRegion Env10
  209. *UIConstraints: *IBStaple *PageRegion EnvC5
  210. *UIConstraints: *IBStaple *PageRegion EnvDL
  211. *UIConstraints: *IBStaple *PageRegion EnvMonarch
  212. *UIConstraints: *IBStaple *PageRegion HagakiEdge
  213. *UIConstraints: *IBStaple *PageRegion Env10Edge
  214. *UIConstraints: *IBStaple *PageRegion EnvC5Edge
  215. *UIConstraints: *IBStaple *PageRegion EnvDLEdge
  216. *UIConstraints: *IBStaple *PageRegion EnvMonarchEdge
  217. *UIConstraints: *IBStaple *PageRegion EnvUniversal
  218. *UIConstraints: *IBStaple *PageRegion EnvUniversalEdge
  219.  
  220. *UIConstraints: *PageRegion Hagaki         *IBStaple
  221. *UIConstraints: *PageRegion Env10          *IBStaple
  222. *UIConstraints: *PageRegion EnvC5          *IBStaple
  223. *UIConstraints: *PageRegion EnvDL          *IBStaple
  224. *UIConstraints: *PageRegion EnvMonarch     *IBStaple
  225. *UIConstraints: *PageRegion HagakiEdge     *IBStaple
  226. *UIConstraints: *PageRegion Env10Edge      *IBStaple
  227. *UIConstraints: *PageRegion EnvC5Edge      *IBStaple
  228. *UIConstraints: *PageRegion EnvDLEdge      *IBStaple
  229. *UIConstraints: *PageRegion EnvMonarchEdge *IBStaple
  230. *UIConstraints: *PageRegion EnvUniversal   *IBStaple
  231. *UIConstraints: *PageRegion EnvUniversalEdge *IBStaple
  232.  
  233.  
  234. *% Can't jog and staple at the same time.
  235. *%
  236. *UIConstraints: *Jog      *IBStaple
  237. *UIConstraints: *IBStaple *Jog
  238.  
  239.  
  240. *% If Finisher not installed, finisher trays unavailable.
  241. *%
  242. *UIConstraints: *OptionFinisher1 False *OutputBin BinUpperFD
  243. *UIConstraints: *OptionFinisher1 False *OutputBin BinMiddleFD
  244. *UIConstraints: *OptionFinisher1 False *OutputBin BinLowerFD
  245. *UIConstraints: *OptionFinisher1 False *OutputBin BinContinue
  246.  
  247. *UIConstraints: *OutputBin BinUpperFD  *OptionFinisher1 False
  248. *UIConstraints: *OutputBin BinMiddleFD *OptionFinisher1 False
  249. *UIConstraints: *OutputBin BinLowerFD  *OptionFinisher1 False
  250. *UIConstraints: *OutputBin BinContinue *OptionFinisher1 False
  251.  
  252.  
  253. *% can't pick any non-envelope size from aux tray.
  254. *%
  255. *UIConstraints: *PageSize EnvUniversal   *InputSlot MPT
  256. *UIConstraints: *PageSize EnvUniversalEdge *InputSlot MPT
  257. *UIConstraints: *InputSlot MPT  *PageSize EnvUniversal
  258. *UIConstraints: *InputSlot MPT  *PageSize EnvUniversalEdge
  259.  
  260. *UIConstraints: *PageRegion EnvUniversal   *InputSlot MPT
  261. *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot MPT
  262. *UIConstraints: *InputSlot MPT  *PageRegion EnvUniversal
  263. *UIConstraints: *InputSlot MPT  *PageRegion EnvUniversalEdge
  264.  
  265.  
  266. *% can't pick any non-envelope size from env feeder.
  267. *%
  268. *UIConstraints: *PageSize Letter                 *InputSlot Envelope
  269. *UIConstraints: *PageSize LetterEdge             *InputSlot Envelope
  270. *UIConstraints: *PageSize Legal                  *InputSlot Envelope
  271. *UIConstraints: *PageSize LegalEdge              *InputSlot Envelope
  272. *UIConstraints: *PageSize FanFoldGermanLegal     *InputSlot Envelope
  273. *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Envelope
  274. *UIConstraints: *PageSize Tabloid                *InputSlot Envelope
  275. *UIConstraints: *PageSize TabloidEdge            *InputSlot Envelope
  276. *UIConstraints: *PageSize A4                     *InputSlot Envelope
  277. *UIConstraints: *PageSize A4Edge                 *InputSlot Envelope
  278. *UIConstraints: *PageSize B4                     *InputSlot Envelope
  279. *UIConstraints: *PageSize B4Edge                 *InputSlot Envelope
  280. *UIConstraints: *PageSize B5                     *InputSlot Envelope
  281. *UIConstraints: *PageSize B5Edge                 *InputSlot Envelope
  282. *UIConstraints: *PageSize A5                     *InputSlot Envelope
  283. *UIConstraints: *PageSize A5Edge                 *InputSlot Envelope
  284. *UIConstraints: *PageSize A3                     *InputSlot Envelope
  285. *UIConstraints: *PageSize A3Edge                 *InputSlot Envelope
  286. *UIConstraints: *PageSize Executive              *InputSlot Envelope
  287. *UIConstraints: *PageSize ExecutiveEdge          *InputSlot Envelope
  288. *UIConstraints: *PageSize Statement              *InputSlot Envelope
  289. *UIConstraints: *PageSize StatementEdge          *InputSlot Envelope
  290. *UIConstraints: *PageSize Hagaki                 *InputSlot Envelope
  291. *UIConstraints: *PageSize HagakiEdge             *InputSlot Envelope
  292. *UIConstraints: *PageSize Universal              *InputSlot Envelope
  293. *UIConstraints: *PageSize UniversalEdge          *InputSlot Envelope
  294.  
  295. *UIConstraints: *InputSlot Envelope *PageSize Letter
  296. *UIConstraints: *InputSlot Envelope *PageSize LetterEdge
  297. *UIConstraints: *InputSlot Envelope *PageSize Legal
  298. *UIConstraints: *InputSlot Envelope *PageSize LegalEdge
  299. *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegal
  300. *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegalEdge
  301. *UIConstraints: *InputSlot Envelope *PageSize Tabloid
  302. *UIConstraints: *InputSlot Envelope *PageSize TabloidEdge
  303. *UIConstraints: *InputSlot Envelope *PageSize A4
  304. *UIConstraints: *InputSlot Envelope *PageSize A4Edge
  305. *UIConstraints: *InputSlot Envelope *PageSize B4
  306. *UIConstraints: *InputSlot Envelope *PageSize B4Edge
  307. *UIConstraints: *InputSlot Envelope *PageSize B5
  308. *UIConstraints: *InputSlot Envelope *PageSize B5Edge
  309. *UIConstraints: *InputSlot Envelope *PageSize A5
  310. *UIConstraints: *InputSlot Envelope *PageSize A5Edge
  311. *UIConstraints: *InputSlot Envelope *PageSize A3
  312. *UIConstraints: *InputSlot Envelope *PageSize A3Edge
  313. *UIConstraints: *InputSlot Envelope *PageSize Executive
  314. *UIConstraints: *InputSlot Envelope *PageSize ExecutiveEdge
  315. *UIConstraints: *InputSlot Envelope *PageSize Statement
  316. *UIConstraints: *InputSlot Envelope *PageSize StatementEdge
  317. *UIConstraints: *InputSlot Envelope *PageSize Hagaki
  318. *UIConstraints: *InputSlot Envelope *PageSize HagakiEdge
  319. *UIConstraints: *InputSlot Envelope *PageSize Universal
  320. *UIConstraints: *InputSlot Envelope *PageSize UniversalEdge
  321.  
  322. *UIConstraints: *PageRegion Letter                 *InputSlot Envelope
  323. *UIConstraints: *PageRegion LetterEdge             *InputSlot Envelope
  324. *UIConstraints: *PageRegion Legal                  *InputSlot Envelope
  325. *UIConstraints: *PageRegion LegalEdge              *InputSlot Envelope
  326. *UIConstraints: *PageRegion FanFoldGermanLegal     *InputSlot Envelope
  327. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Envelope
  328. *UIConstraints: *PageRegion Tabloid                *InputSlot Envelope
  329. *UIConstraints: *PageRegion TabloidEdge            *InputSlot Envelope
  330. *UIConstraints: *PageRegion A4                     *InputSlot Envelope
  331. *UIConstraints: *PageRegion A4Edge                 *InputSlot Envelope
  332. *UIConstraints: *PageRegion B4                     *InputSlot Envelope
  333. *UIConstraints: *PageRegion B4Edge                 *InputSlot Envelope
  334. *UIConstraints: *PageRegion B5                     *InputSlot Envelope
  335. *UIConstraints: *PageRegion B5Edge                 *InputSlot Envelope
  336. *UIConstraints: *PageRegion A5                     *InputSlot Envelope
  337. *UIConstraints: *PageRegion A5Edge                 *InputSlot Envelope
  338. *UIConstraints: *PageRegion A3                     *InputSlot Envelope
  339. *UIConstraints: *PageRegion A3Edge                 *InputSlot Envelope
  340. *UIConstraints: *PageRegion Executive              *InputSlot Envelope
  341. *UIConstraints: *PageRegion ExecutiveEdge          *InputSlot Envelope
  342. *UIConstraints: *PageRegion Statement              *InputSlot Envelope
  343. *UIConstraints: *PageRegion StatementEdge          *InputSlot Envelope
  344. *UIConstraints: *PageRegion Hagaki                 *InputSlot Envelope
  345. *UIConstraints: *PageRegion HagakiEdge             *InputSlot Envelope
  346. *UIConstraints: *PageRegion Universal              *InputSlot Envelope
  347. *UIConstraints: *PageRegion UniversalEdge          *InputSlot Envelope
  348.  
  349. *UIConstraints: *InputSlot Envelope *PageRegion Letter
  350. *UIConstraints: *InputSlot Envelope *PageRegion LetterEdge
  351. *UIConstraints: *InputSlot Envelope *PageRegion Legal
  352. *UIConstraints: *InputSlot Envelope *PageRegion LegalEdge
  353. *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegal
  354. *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegalEdge
  355. *UIConstraints: *InputSlot Envelope *PageRegion Tabloid
  356. *UIConstraints: *InputSlot Envelope *PageRegion TabloidEdge
  357. *UIConstraints: *InputSlot Envelope *PageRegion A4
  358. *UIConstraints: *InputSlot Envelope *PageRegion A4Edge
  359. *UIConstraints: *InputSlot Envelope *PageRegion B4
  360. *UIConstraints: *InputSlot Envelope *PageRegion B4Edge
  361. *UIConstraints: *InputSlot Envelope *PageRegion B5
  362. *UIConstraints: *InputSlot Envelope *PageRegion B5Edge
  363. *UIConstraints: *InputSlot Envelope *PageRegion A5
  364. *UIConstraints: *InputSlot Envelope *PageRegion A5Edge
  365. *UIConstraints: *InputSlot Envelope *PageRegion A3
  366. *UIConstraints: *InputSlot Envelope *PageRegion A3Edge
  367. *UIConstraints: *InputSlot Envelope *PageRegion Executive
  368. *UIConstraints: *InputSlot Envelope *PageRegion ExecutiveEdge
  369. *UIConstraints: *InputSlot Envelope *PageRegion Statement
  370. *UIConstraints: *InputSlot Envelope *PageRegion StatementEdge
  371. *UIConstraints: *InputSlot Envelope *PageRegion Hagaki
  372. *UIConstraints: *InputSlot Envelope *PageRegion HagakiEdge
  373. *UIConstraints: *InputSlot Envelope *PageRegion Universal
  374. *UIConstraints: *InputSlot Envelope *PageRegion UniversalEdge
  375.  
  376.  
  377. *% can't pick some sizes from Tray 1.
  378. *%
  379. *UIConstraints: *PageSize Hagaki         *InputSlot Tray1
  380. *UIConstraints: *PageSize HagakiEdge     *InputSlot Tray1
  381. *UIConstraints: *PageSize EnvMonarch     *InputSlot Tray1
  382. *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray1
  383. *UIConstraints: *PageSize Env10          *InputSlot Tray1
  384. *UIConstraints: *PageSize Env10Edge      *InputSlot Tray1
  385. *UIConstraints: *PageSize EnvC5          *InputSlot Tray1
  386. *UIConstraints: *PageSize EnvC5Edge      *InputSlot Tray1
  387. *UIConstraints: *PageSize EnvDL          *InputSlot Tray1
  388. *UIConstraints: *PageSize EnvDLEdge      *InputSlot Tray1
  389. *UIConstraints: *PageSize Universal      *InputSlot Tray1
  390. *UIConstraints: *PageSize UniversalEdge  *InputSlot Tray1
  391. *UIConstraints: *PageSize EnvUniversal   *InputSlot Tray1
  392. *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray1
  393.  
  394. *UIConstraints: *InputSlot Tray1  *PageSize Hagaki
  395. *UIConstraints: *InputSlot Tray1  *PageSize HagakiEdge
  396. *UIConstraints: *InputSlot Tray1  *PageSize EnvMonarch
  397. *UIConstraints: *InputSlot Tray1  *PageSize EnvMonarchEdge
  398. *UIConstraints: *InputSlot Tray1  *PageSize Env10
  399. *UIConstraints: *InputSlot Tray1  *PageSize Env10Edge
  400. *UIConstraints: *InputSlot Tray1  *PageSize EnvC5
  401. *UIConstraints: *InputSlot Tray1  *PageSize EnvC5Edge
  402. *UIConstraints: *InputSlot Tray1  *PageSize EnvDL
  403. *UIConstraints: *InputSlot Tray1  *PageSize EnvDLEdge
  404. *UIConstraints: *InputSlot Tray1  *PageSize Universal
  405. *UIConstraints: *InputSlot Tray1  *PageSize UniversalEdge
  406. *UIConstraints: *InputSlot Tray1  *PageSize EnvUniversal
  407. *UIConstraints: *InputSlot Tray1  *PageSize EnvUniversalEdge
  408.  
  409. *UIConstraints: *PageRegion Hagaki         *InputSlot Tray1
  410. *UIConstraints: *PageRegion HagakiEdge     *InputSlot Tray1
  411. *UIConstraints: *PageRegion EnvMonarch     *InputSlot Tray1
  412. *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray1
  413. *UIConstraints: *PageRegion Env10          *InputSlot Tray1
  414. *UIConstraints: *PageRegion Env10Edge      *InputSlot Tray1
  415. *UIConstraints: *PageRegion EnvC5          *InputSlot Tray1
  416. *UIConstraints: *PageRegion EnvC5Edge      *InputSlot Tray1
  417. *UIConstraints: *PageRegion EnvDL          *InputSlot Tray1
  418. *UIConstraints: *PageRegion EnvDLEdge      *InputSlot Tray1
  419. *UIConstraints: *PageRegion Universal      *InputSlot Tray1
  420. *UIConstraints: *PageRegion UniversalEdge  *InputSlot Tray1
  421. *UIConstraints: *PageRegion EnvUniversal   *InputSlot Tray1
  422. *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray1
  423.  
  424. *UIConstraints: *InputSlot Tray1  *PageRegion Hagaki
  425. *UIConstraints: *InputSlot Tray1  *PageRegion HagakiEdge
  426. *UIConstraints: *InputSlot Tray1  *PageRegion EnvMonarch
  427. *UIConstraints: *InputSlot Tray1  *PageRegion EnvMonarchEdge
  428. *UIConstraints: *InputSlot Tray1  *PageRegion Env10
  429. *UIConstraints: *InputSlot Tray1  *PageRegion Env10Edge
  430. *UIConstraints: *InputSlot Tray1  *PageRegion EnvC5
  431. *UIConstraints: *InputSlot Tray1  *PageRegion EnvC5Edge
  432. *UIConstraints: *InputSlot Tray1  *PageRegion EnvDL
  433. *UIConstraints: *InputSlot Tray1  *PageRegion EnvDLEdge
  434. *UIConstraints: *InputSlot Tray1  *PageRegion Universal
  435. *UIConstraints: *InputSlot Tray1  *PageRegion UniversalEdge
  436. *UIConstraints: *InputSlot Tray1  *PageRegion EnvUniversal
  437. *UIConstraints: *InputSlot Tray1  *PageRegion EnvUniversalEdge
  438.  
  439.  
  440. *% can't pick some sizes from Tray 2.
  441. *%
  442. *UIConstraints: *PageSize A5             *InputSlot Tray2
  443. *UIConstraints: *PageSize A5Edge         *InputSlot Tray2
  444. *UIConstraints: *PageSize Statement      *InputSlot Tray2
  445. *UIConstraints: *PageSize StatementEdge  *InputSlot Tray2
  446. *UIConstraints: *PageSize Hagaki         *InputSlot Tray2
  447. *UIConstraints: *PageSize HagakiEdge     *InputSlot Tray2
  448. *UIConstraints: *PageSize EnvMonarch     *InputSlot Tray2
  449. *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray2
  450. *UIConstraints: *PageSize Env10          *InputSlot Tray2
  451. *UIConstraints: *PageSize Env10Edge      *InputSlot Tray2
  452. *UIConstraints: *PageSize EnvC5          *InputSlot Tray2
  453. *UIConstraints: *PageSize EnvC5Edge      *InputSlot Tray2
  454. *UIConstraints: *PageSize EnvDL          *InputSlot Tray2
  455. *UIConstraints: *PageSize EnvDLEdge      *InputSlot Tray2
  456. *UIConstraints: *PageSize Universal      *InputSlot Tray2
  457. *UIConstraints: *PageSize UniversalEdge  *InputSlot Tray2
  458. *UIConstraints: *PageSize EnvUniversal   *InputSlot Tray2
  459. *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray2
  460.  
  461. *UIConstraints: *InputSlot Tray2  *PageSize A5
  462. *UIConstraints: *InputSlot Tray2  *PageSize A5Edge
  463. *UIConstraints: *InputSlot Tray2  *PageSize Statement
  464. *UIConstraints: *InputSlot Tray2  *PageSize StatementEdge
  465. *UIConstraints: *InputSlot Tray2  *PageSize Hagaki
  466. *UIConstraints: *InputSlot Tray2  *PageSize HagakiEdge
  467. *UIConstraints: *InputSlot Tray2  *PageSize EnvMonarch
  468. *UIConstraints: *InputSlot Tray2  *PageSize EnvMonarchEdge
  469. *UIConstraints: *InputSlot Tray2  *PageSize Env10
  470. *UIConstraints: *InputSlot Tray2  *PageSize Env10Edge
  471. *UIConstraints: *InputSlot Tray2  *PageSize EnvC5
  472. *UIConstraints: *InputSlot Tray2  *PageSize EnvC5Edge
  473. *UIConstraints: *InputSlot Tray2  *PageSize EnvDL
  474. *UIConstraints: *InputSlot Tray2  *PageSize EnvDLEdge
  475. *UIConstraints: *InputSlot Tray2  *PageSize Universal
  476. *UIConstraints: *InputSlot Tray2  *PageSize UniversalEdge
  477. *UIConstraints: *InputSlot Tray2  *PageSize EnvUniversal
  478. *UIConstraints: *InputSlot Tray2  *PageSize EnvUniversalEdge
  479.  
  480. *UIConstraints: *PageRegion A5             *InputSlot Tray2
  481. *UIConstraints: *PageRegion A5Edge         *InputSlot Tray2
  482. *UIConstraints: *PageRegion Statement      *InputSlot Tray2
  483. *UIConstraints: *PageRegion StatementEdge  *InputSlot Tray2
  484. *UIConstraints: *PageRegion Hagaki         *InputSlot Tray2
  485. *UIConstraints: *PageRegion HagakiEdge     *InputSlot Tray2
  486. *UIConstraints: *PageRegion EnvMonarch     *InputSlot Tray2
  487. *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray2
  488. *UIConstraints: *PageRegion Env10          *InputSlot Tray2
  489. *UIConstraints: *PageRegion Env10Edge      *InputSlot Tray2
  490. *UIConstraints: *PageRegion EnvC5          *InputSlot Tray2
  491. *UIConstraints: *PageRegion EnvC5Edge      *InputSlot Tray2
  492. *UIConstraints: *PageRegion EnvDL          *InputSlot Tray2
  493. *UIConstraints: *PageRegion EnvDLEdge      *InputSlot Tray2
  494. *UIConstraints: *PageRegion Universal      *InputSlot Tray2
  495. *UIConstraints: *PageRegion UniversalEdge  *InputSlot Tray2
  496. *UIConstraints: *PageRegion EnvUniversal   *InputSlot Tray2
  497. *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray2
  498.  
  499. *UIConstraints: *InputSlot Tray2  *PageRegion A5
  500. *UIConstraints: *InputSlot Tray2  *PageRegion A5Edge
  501. *UIConstraints: *InputSlot Tray2  *PageRegion Statement
  502. *UIConstraints: *InputSlot Tray2  *PageRegion StatementEdge
  503. *UIConstraints: *InputSlot Tray2  *PageRegion Hagaki
  504. *UIConstraints: *InputSlot Tray2  *PageRegion HagakiEdge
  505. *UIConstraints: *InputSlot Tray2  *PageRegion EnvMonarch
  506. *UIConstraints: *InputSlot Tray2  *PageRegion EnvMonarchEdge
  507. *UIConstraints: *InputSlot Tray2  *PageRegion Env10
  508. *UIConstraints: *InputSlot Tray2  *PageRegion Env10Edge
  509. *UIConstraints: *InputSlot Tray2  *PageRegion EnvC5
  510. *UIConstraints: *InputSlot Tray2  *PageRegion EnvC5Edge
  511. *UIConstraints: *InputSlot Tray2  *PageRegion EnvDL
  512. *UIConstraints: *InputSlot Tray2  *PageRegion EnvDLEdge
  513. *UIConstraints: *InputSlot Tray2  *PageRegion Universal
  514. *UIConstraints: *InputSlot Tray2  *PageRegion UniversalEdge
  515. *UIConstraints: *InputSlot Tray2  *PageRegion EnvUniversal
  516. *UIConstraints: *InputSlot Tray2  *PageRegion EnvUniversalEdge
  517.  
  518.  
  519. *% can't pick some sizes from Tray 3.
  520. *%
  521. *UIConstraints: *PageSize A5             *InputSlot Tray3
  522. *UIConstraints: *PageSize A5Edge         *InputSlot Tray3
  523. *UIConstraints: *PageSize Statement      *InputSlot Tray3
  524. *UIConstraints: *PageSize StatementEdge  *InputSlot Tray3
  525. *UIConstraints: *PageSize Hagaki         *InputSlot Tray3
  526. *UIConstraints: *PageSize HagakiEdge     *InputSlot Tray3
  527. *UIConstraints: *PageSize EnvMonarch     *InputSlot Tray3
  528. *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray3
  529. *UIConstraints: *PageSize Env10          *InputSlot Tray3
  530. *UIConstraints: *PageSize Env10Edge      *InputSlot Tray3
  531. *UIConstraints: *PageSize EnvC5          *InputSlot Tray3
  532. *UIConstraints: *PageSize EnvC5Edge      *InputSlot Tray3
  533. *UIConstraints: *PageSize EnvDL          *InputSlot Tray3
  534. *UIConstraints: *PageSize EnvDLEdge      *InputSlot Tray3
  535. *UIConstraints: *PageSize Universal      *InputSlot Tray3
  536. *UIConstraints: *PageSize UniversalEdge  *InputSlot Tray3
  537. *UIConstraints: *PageSize EnvUniversal   *InputSlot Tray3
  538. *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray3
  539.  
  540. *UIConstraints: *InputSlot Tray3  *PageSize A5
  541. *UIConstraints: *InputSlot Tray3  *PageSize A5Edge
  542. *UIConstraints: *InputSlot Tray3  *PageSize Statement
  543. *UIConstraints: *InputSlot Tray3  *PageSize StatementEdge
  544. *UIConstraints: *InputSlot Tray3  *PageSize Hagaki
  545. *UIConstraints: *InputSlot Tray3  *PageSize HagakiEdge
  546. *UIConstraints: *InputSlot Tray3  *PageSize EnvMonarch
  547. *UIConstraints: *InputSlot Tray3  *PageSize EnvMonarchEdge
  548. *UIConstraints: *InputSlot Tray3  *PageSize Env10
  549. *UIConstraints: *InputSlot Tray3  *PageSize Env10Edge
  550. *UIConstraints: *InputSlot Tray3  *PageSize EnvC5
  551. *UIConstraints: *InputSlot Tray3  *PageSize EnvC5Edge
  552. *UIConstraints: *InputSlot Tray3  *PageSize EnvDL
  553. *UIConstraints: *InputSlot Tray3  *PageSize EnvDLEdge
  554. *UIConstraints: *InputSlot Tray3  *PageSize Universal
  555. *UIConstraints: *InputSlot Tray3  *PageSize UniversalEdge
  556. *UIConstraints: *InputSlot Tray3  *PageSize EnvUniversal
  557. *UIConstraints: *InputSlot Tray3  *PageSize EnvUniversalEdge
  558.  
  559. *UIConstraints: *PageRegion A5             *InputSlot Tray3
  560. *UIConstraints: *PageRegion A5Edge         *InputSlot Tray3
  561. *UIConstraints: *PageRegion Statement      *InputSlot Tray3
  562. *UIConstraints: *PageRegion StatementEdge  *InputSlot Tray3
  563. *UIConstraints: *PageRegion Hagaki         *InputSlot Tray3
  564. *UIConstraints: *PageRegion HagakiEdge     *InputSlot Tray3
  565. *UIConstraints: *PageRegion EnvMonarch     *InputSlot Tray3
  566. *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray3
  567. *UIConstraints: *PageRegion Env10          *InputSlot Tray3
  568. *UIConstraints: *PageRegion Env10Edge      *InputSlot Tray3
  569. *UIConstraints: *PageRegion EnvC5          *InputSlot Tray3
  570. *UIConstraints: *PageRegion EnvC5Edge      *InputSlot Tray3
  571. *UIConstraints: *PageRegion EnvDL          *InputSlot Tray3
  572. *UIConstraints: *PageRegion EnvDLEdge      *InputSlot Tray3
  573. *UIConstraints: *PageRegion Universal      *InputSlot Tray3
  574. *UIConstraints: *PageRegion UniversalEdge  *InputSlot Tray3
  575. *UIConstraints: *PageRegion EnvUniversal   *InputSlot Tray3
  576. *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray3
  577.  
  578. *UIConstraints: *InputSlot Tray3  *PageRegion A5
  579. *UIConstraints: *InputSlot Tray3  *PageRegion A5Edge
  580. *UIConstraints: *InputSlot Tray3  *PageRegion Statement
  581. *UIConstraints: *InputSlot Tray3  *PageRegion StatementEdge
  582. *UIConstraints: *InputSlot Tray3  *PageRegion Hagaki
  583. *UIConstraints: *InputSlot Tray3  *PageRegion HagakiEdge
  584. *UIConstraints: *InputSlot Tray3  *PageRegion EnvMonarch
  585. *UIConstraints: *InputSlot Tray3  *PageRegion EnvMonarchEdge
  586. *UIConstraints: *InputSlot Tray3  *PageRegion Env10
  587. *UIConstraints: *InputSlot Tray3  *PageRegion Env10Edge
  588. *UIConstraints: *InputSlot Tray3  *PageRegion EnvC5
  589. *UIConstraints: *InputSlot Tray3  *PageRegion EnvC5Edge
  590. *UIConstraints: *InputSlot Tray3  *PageRegion EnvDL
  591. *UIConstraints: *InputSlot Tray3  *PageRegion EnvDLEdge
  592. *UIConstraints: *InputSlot Tray3  *PageRegion Universal
  593. *UIConstraints: *InputSlot Tray3  *PageRegion UniversalEdge
  594. *UIConstraints: *InputSlot Tray3  *PageRegion EnvUniversal
  595. *UIConstraints: *InputSlot Tray3  *PageRegion EnvUniversalEdge
  596.  
  597.  
  598. *% can't pick some sizes from Tray 4.
  599. *%
  600. *UIConstraints: *PageSize Legal                  *InputSlot Tray4
  601. *UIConstraints: *PageSize LegalEdge              *InputSlot Tray4
  602. *UIConstraints: *PageSize FanFoldGermanLegal     *InputSlot Tray4
  603. *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Tray4
  604. *UIConstraints: *PageSize Tabloid                *InputSlot Tray4
  605. *UIConstraints: *PageSize TabloidEdge            *InputSlot Tray4
  606. *UIConstraints: *PageSize B4                     *InputSlot Tray4
  607. *UIConstraints: *PageSize B4Edge                 *InputSlot Tray4
  608. *UIConstraints: *PageSize A3                     *InputSlot Tray4
  609. *UIConstraints: *PageSize A3Edge                 *InputSlot Tray4
  610. *UIConstraints: *PageSize A5                     *InputSlot Tray4
  611. *UIConstraints: *PageSize A5Edge                 *InputSlot Tray4
  612. *UIConstraints: *PageSize Statement              *InputSlot Tray4
  613. *UIConstraints: *PageSize StatementEdge          *InputSlot Tray4
  614. *UIConstraints: *PageSize Hagaki                 *InputSlot Tray4
  615. *UIConstraints: *PageSize HagakiEdge             *InputSlot Tray4
  616. *UIConstraints: *PageSize EnvMonarch             *InputSlot Tray4
  617. *UIConstraints: *PageSize EnvMonarchEdge         *InputSlot Tray4
  618. *UIConstraints: *PageSize Env10                  *InputSlot Tray4
  619. *UIConstraints: *PageSize Env10Edge              *InputSlot Tray4
  620. *UIConstraints: *PageSize EnvC5                  *InputSlot Tray4
  621. *UIConstraints: *PageSize EnvC5Edge              *InputSlot Tray4
  622. *UIConstraints: *PageSize EnvDL                  *InputSlot Tray4
  623. *UIConstraints: *PageSize EnvDLEdge              *InputSlot Tray4
  624. *UIConstraints: *PageSize Universal              *InputSlot Tray4
  625. *UIConstraints: *PageSize UniversalEdge          *InputSlot Tray4
  626. *UIConstraints: *PageSize EnvUniversal           *InputSlot Tray4
  627. *UIConstraints: *PageSize EnvUniversalEdge       *InputSlot Tray4
  628.  
  629. *UIConstraints: *InputSlot Tray4  *PageSize Legal
  630. *UIConstraints: *InputSlot Tray4  *PageSize LegalEdge
  631. *UIConstraints: *InputSlot Tray4  *PageSize FanFoldGermanLegal
  632. *UIConstraints: *InputSlot Tray4  *PageSize FanFoldGermanLegalEdge
  633. *UIConstraints: *InputSlot Tray4  *PageSize Tabloid
  634. *UIConstraints: *InputSlot Tray4  *PageSize TabloidEdge
  635. *UIConstraints: *InputSlot Tray4  *PageSize B4
  636. *UIConstraints: *InputSlot Tray4  *PageSize B4Edge
  637. *UIConstraints: *InputSlot Tray4  *PageSize A3
  638. *UIConstraints: *InputSlot Tray4  *PageSize A3Edge
  639. *UIConstraints: *InputSlot Tray4  *PageSize A5
  640. *UIConstraints: *InputSlot Tray4  *PageSize A5Edge
  641. *UIConstraints: *InputSlot Tray4  *PageSize Statement
  642. *UIConstraints: *InputSlot Tray4  *PageSize StatementEdge
  643. *UIConstraints: *InputSlot Tray4  *PageSize Hagaki
  644. *UIConstraints: *InputSlot Tray4  *PageSize HagakiEdge
  645. *UIConstraints: *InputSlot Tray4  *PageSize EnvMonarch
  646. *UIConstraints: *InputSlot Tray4  *PageSize EnvMonarchEdge
  647. *UIConstraints: *InputSlot Tray4  *PageSize Env10
  648. *UIConstraints: *InputSlot Tray4  *PageSize Env10Edge
  649. *UIConstraints: *InputSlot Tray4  *PageSize EnvC5
  650. *UIConstraints: *InputSlot Tray4  *PageSize EnvC5Edge
  651. *UIConstraints: *InputSlot Tray4  *PageSize EnvDL
  652. *UIConstraints: *InputSlot Tray4  *PageSize EnvDLEdge
  653. *UIConstraints: *InputSlot Tray4  *PageSize Universal
  654. *UIConstraints: *InputSlot Tray4  *PageSize UniversalEdge
  655. *UIConstraints: *InputSlot Tray4  *PageSize EnvUniversal
  656. *UIConstraints: *InputSlot Tray4  *PageSize EnvUniversalEdge
  657.  
  658. *UIConstraints: *PageRegion Legal                  *InputSlot Tray4
  659. *UIConstraints: *PageRegion LegalEdge              *InputSlot Tray4
  660. *UIConstraints: *PageRegion FanFoldGermanLegal     *InputSlot Tray4
  661. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Tray4
  662. *UIConstraints: *PageRegion Tabloid                *InputSlot Tray4
  663. *UIConstraints: *PageRegion TabloidEdge            *InputSlot Tray4
  664. *UIConstraints: *PageRegion B4                     *InputSlot Tray4
  665. *UIConstraints: *PageRegion B4Edge                 *InputSlot Tray4
  666. *UIConstraints: *PageRegion A3                     *InputSlot Tray4
  667. *UIConstraints: *PageRegion A3Edge                 *InputSlot Tray4
  668. *UIConstraints: *PageRegion A5                     *InputSlot Tray4
  669. *UIConstraints: *PageRegion A5Edge                 *InputSlot Tray4
  670. *UIConstraints: *PageRegion Statement              *InputSlot Tray4
  671. *UIConstraints: *PageRegion StatementEdge          *InputSlot Tray4
  672. *UIConstraints: *PageRegion Hagaki                 *InputSlot Tray4
  673. *UIConstraints: *PageRegion HagakiEdge             *InputSlot Tray4
  674. *UIConstraints: *PageRegion EnvMonarch             *InputSlot Tray4
  675. *UIConstraints: *PageRegion EnvMonarchEdge         *InputSlot Tray4
  676. *UIConstraints: *PageRegion Env10                  *InputSlot Tray4
  677. *UIConstraints: *PageRegion Env10Edge              *InputSlot Tray4
  678. *UIConstraints: *PageRegion EnvC5                  *InputSlot Tray4
  679. *UIConstraints: *PageRegion EnvC5Edge              *InputSlot Tray4
  680. *UIConstraints: *PageRegion EnvDL                  *InputSlot Tray4
  681. *UIConstraints: *PageRegion EnvDLEdge              *InputSlot Tray4
  682. *UIConstraints: *PageRegion Universal              *InputSlot Tray4
  683. *UIConstraints: *PageRegion UniversalEdge          *InputSlot Tray4
  684. *UIConstraints: *PageRegion EnvUniversal           *InputSlot Tray4
  685. *UIConstraints: *PageRegion EnvUniversalEdge       *InputSlot Tray4
  686.  
  687. *UIConstraints: *InputSlot Tray4  *PageRegion Legal
  688. *UIConstraints: *InputSlot Tray4  *PageRegion LegalEdge
  689. *UIConstraints: *InputSlot Tray4  *PageRegion FanFoldGermanLegal
  690. *UIConstraints: *InputSlot Tray4  *PageRegion FanFoldGermanLegalEdge
  691. *UIConstraints: *InputSlot Tray4  *PageRegion Tabloid
  692. *UIConstraints: *InputSlot Tray4  *PageRegion TabloidEdge
  693. *UIConstraints: *InputSlot Tray4  *PageRegion B4
  694. *UIConstraints: *InputSlot Tray4  *PageRegion B4Edge
  695. *UIConstraints: *InputSlot Tray4  *PageRegion A3
  696. *UIConstraints: *InputSlot Tray4  *PageRegion A3Edge
  697. *UIConstraints: *InputSlot Tray4  *PageRegion A5
  698. *UIConstraints: *InputSlot Tray4  *PageRegion A5Edge
  699. *UIConstraints: *InputSlot Tray4  *PageRegion Statement
  700. *UIConstraints: *InputSlot Tray4  *PageRegion StatementEdge
  701. *UIConstraints: *InputSlot Tray4  *PageRegion Hagaki
  702. *UIConstraints: *InputSlot Tray4  *PageRegion HagakiEdge
  703. *UIConstraints: *InputSlot Tray4  *PageRegion EnvMonarch
  704. *UIConstraints: *InputSlot Tray4  *PageRegion EnvMonarchEdge
  705. *UIConstraints: *InputSlot Tray4  *PageRegion Env10
  706. *UIConstraints: *InputSlot Tray4  *PageRegion Env10Edge
  707. *UIConstraints: *InputSlot Tray4  *PageRegion EnvC5
  708. *UIConstraints: *InputSlot Tray4  *PageRegion EnvC5Edge
  709. *UIConstraints: *InputSlot Tray4  *PageRegion EnvDL
  710. *UIConstraints: *InputSlot Tray4  *PageRegion EnvDLEdge
  711. *UIConstraints: *InputSlot Tray4  *PageRegion Universal
  712. *UIConstraints: *InputSlot Tray4  *PageRegion UniversalEdge
  713. *UIConstraints: *InputSlot Tray4  *PageRegion EnvUniversal
  714. *UIConstraints: *InputSlot Tray4  *PageRegion EnvUniversalEdge
  715.  
  716.  
  717. *% can't pick some sizes from Tray 5.
  718. *%
  719. *UIConstraints: *PageSize Legal                  *InputSlot Tray5
  720. *UIConstraints: *PageSize LegalEdge              *InputSlot Tray5
  721. *UIConstraints: *PageSize FanFoldGermanLegal     *InputSlot Tray5
  722. *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Tray5
  723. *UIConstraints: *PageSize Tabloid                *InputSlot Tray5
  724. *UIConstraints: *PageSize TabloidEdge            *InputSlot Tray5
  725. *UIConstraints: *PageSize B4                     *InputSlot Tray5
  726. *UIConstraints: *PageSize B4Edge                 *InputSlot Tray5
  727. *UIConstraints: *PageSize A3                     *InputSlot Tray5
  728. *UIConstraints: *PageSize A3Edge                 *InputSlot Tray5
  729. *UIConstraints: *PageSize A5                     *InputSlot Tray5
  730. *UIConstraints: *PageSize A5Edge                 *InputSlot Tray5
  731. *UIConstraints: *PageSize Statement              *InputSlot Tray5
  732. *UIConstraints: *PageSize StatementEdge          *InputSlot Tray5
  733. *UIConstraints: *PageSize Hagaki                 *InputSlot Tray5
  734. *UIConstraints: *PageSize HagakiEdge             *InputSlot Tray5
  735. *UIConstraints: *PageSize EnvMonarch             *InputSlot Tray5
  736. *UIConstraints: *PageSize EnvMonarchEdge         *InputSlot Tray5
  737. *UIConstraints: *PageSize Env10                  *InputSlot Tray5
  738. *UIConstraints: *PageSize Env10Edge              *InputSlot Tray5
  739. *UIConstraints: *PageSize EnvC5                  *InputSlot Tray5
  740. *UIConstraints: *PageSize EnvC5Edge              *InputSlot Tray5
  741. *UIConstraints: *PageSize EnvDL                  *InputSlot Tray5
  742. *UIConstraints: *PageSize EnvDLEdge              *InputSlot Tray5
  743. *UIConstraints: *PageSize Universal              *InputSlot Tray5
  744. *UIConstraints: *PageSize UniversalEdge          *InputSlot Tray5
  745. *UIConstraints: *PageSize EnvUniversal           *InputSlot Tray5
  746. *UIConstraints: *PageSize EnvUniversalEdge       *InputSlot Tray5
  747.  
  748. *UIConstraints: *InputSlot Tray5  *PageSize Legal
  749. *UIConstraints: *InputSlot Tray5  *PageSize LegalEdge
  750. *UIConstraints: *InputSlot Tray5  *PageSize FanFoldGermanLegal
  751. *UIConstraints: *InputSlot Tray5  *PageSize FanFoldGermanLegalEdge
  752. *UIConstraints: *InputSlot Tray5  *PageSize Tabloid
  753. *UIConstraints: *InputSlot Tray5  *PageSize TabloidEdge
  754. *UIConstraints: *InputSlot Tray5  *PageSize B4
  755. *UIConstraints: *InputSlot Tray5  *PageSize B4Edge
  756. *UIConstraints: *InputSlot Tray5  *PageSize A3
  757. *UIConstraints: *InputSlot Tray5  *PageSize A3Edge
  758. *UIConstraints: *InputSlot Tray5  *PageSize A5
  759. *UIConstraints: *InputSlot Tray5  *PageSize A5Edge
  760. *UIConstraints: *InputSlot Tray5  *PageSize Statement
  761. *UIConstraints: *InputSlot Tray5  *PageSize StatementEdge
  762. *UIConstraints: *InputSlot Tray5  *PageSize Hagaki
  763. *UIConstraints: *InputSlot Tray5  *PageSize HagakiEdge
  764. *UIConstraints: *InputSlot Tray5  *PageSize EnvMonarch
  765. *UIConstraints: *InputSlot Tray5  *PageSize EnvMonarchEdge
  766. *UIConstraints: *InputSlot Tray5  *PageSize Env10
  767. *UIConstraints: *InputSlot Tray5  *PageSize Env10Edge
  768. *UIConstraints: *InputSlot Tray5  *PageSize EnvC5
  769. *UIConstraints: *InputSlot Tray5  *PageSize EnvC5Edge
  770. *UIConstraints: *InputSlot Tray5  *PageSize EnvDL
  771. *UIConstraints: *InputSlot Tray5  *PageSize EnvDLEdge
  772. *UIConstraints: *InputSlot Tray5  *PageSize Universal
  773. *UIConstraints: *InputSlot Tray5  *PageSize UniversalEdge
  774. *UIConstraints: *InputSlot Tray5  *PageSize EnvUniversal
  775. *UIConstraints: *InputSlot Tray5  *PageSize EnvUniversalEdge
  776.  
  777. *UIConstraints: *PageRegion Legal                  *InputSlot Tray5
  778. *UIConstraints: *PageRegion LegalEdge              *InputSlot Tray5
  779. *UIConstraints: *PageRegion FanFoldGermanLegal     *InputSlot Tray5
  780. *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Tray5
  781. *UIConstraints: *PageRegion Tabloid                *InputSlot Tray5
  782. *UIConstraints: *PageRegion TabloidEdge            *InputSlot Tray5
  783. *UIConstraints: *PageRegion B4                     *InputSlot Tray5
  784. *UIConstraints: *PageRegion B4Edge                 *InputSlot Tray5
  785. *UIConstraints: *PageRegion A3                     *InputSlot Tray5
  786. *UIConstraints: *PageRegion A3Edge                 *InputSlot Tray5
  787. *UIConstraints: *PageRegion A5                     *InputSlot Tray5
  788. *UIConstraints: *PageRegion A5Edge                 *InputSlot Tray5
  789. *UIConstraints: *PageRegion Statement              *InputSlot Tray5
  790. *UIConstraints: *PageRegion StatementEdge          *InputSlot Tray5
  791. *UIConstraints: *PageRegion Hagaki                 *InputSlot Tray5
  792. *UIConstraints: *PageRegion HagakiEdge             *InputSlot Tray5
  793. *UIConstraints: *PageRegion EnvMonarch             *InputSlot Tray5
  794. *UIConstraints: *PageRegion EnvMonarchEdge         *InputSlot Tray5
  795. *UIConstraints: *PageRegion Env10                  *InputSlot Tray5
  796. *UIConstraints: *PageRegion Env10Edge              *InputSlot Tray5
  797. *UIConstraints: *PageRegion EnvC5                  *InputSlot Tray5
  798. *UIConstraints: *PageRegion EnvC5Edge              *InputSlot Tray5
  799. *UIConstraints: *PageRegion EnvDL                  *InputSlot Tray5
  800. *UIConstraints: *PageRegion EnvDLEdge              *InputSlot Tray5
  801. *UIConstraints: *PageRegion Universal              *InputSlot Tray5
  802. *UIConstraints: *PageRegion UniversalEdge          *InputSlot Tray5
  803. *UIConstraints: *PageRegion EnvUniversal           *InputSlot Tray5
  804. *UIConstraints: *PageRegion EnvUniversalEdge       *InputSlot Tray5
  805.  
  806. *UIConstraints: *InputSlot Tray5  *PageRegion Legal
  807. *UIConstraints: *InputSlot Tray5  *PageRegion LegalEdge
  808. *UIConstraints: *InputSlot Tray5  *PageRegion FanFoldGermanLegal
  809. *UIConstraints: *InputSlot Tray5  *PageRegion FanFoldGermanLegalEdge
  810. *UIConstraints: *InputSlot Tray5  *PageRegion Tabloid
  811. *UIConstraints: *InputSlot Tray5  *PageRegion TabloidEdge
  812. *UIConstraints: *InputSlot Tray5  *PageRegion B4
  813. *UIConstraints: *InputSlot Tray5  *PageRegion B4Edge
  814. *UIConstraints: *InputSlot Tray5  *PageRegion A3
  815. *UIConstraints: *InputSlot Tray5  *PageRegion A3Edge
  816. *UIConstraints: *InputSlot Tray5  *PageRegion A5
  817. *UIConstraints: *InputSlot Tray5  *PageRegion A5Edge
  818. *UIConstraints: *InputSlot Tray5  *PageRegion Statement
  819. *UIConstraints: *InputSlot Tray5  *PageRegion StatementEdge
  820. *UIConstraints: *InputSlot Tray5  *PageRegion Hagaki
  821. *UIConstraints: *InputSlot Tray5  *PageRegion HagakiEdge
  822. *UIConstraints: *InputSlot Tray5  *PageRegion EnvMonarch
  823. *UIConstraints: *InputSlot Tray5  *PageRegion EnvMonarchEdge
  824. *UIConstraints: *InputSlot Tray5  *PageRegion Env10
  825. *UIConstraints: *InputSlot Tray5  *PageRegion Env10Edge
  826. *UIConstraints: *InputSlot Tray5  *PageRegion EnvC5
  827. *UIConstraints: *InputSlot Tray5  *PageRegion EnvC5Edge
  828. *UIConstraints: *InputSlot Tray5  *PageRegion EnvDL
  829. *UIConstraints: *InputSlot Tray5  *PageRegion EnvDLEdge
  830. *UIConstraints: *InputSlot Tray5  *PageRegion Universal
  831. *UIConstraints: *InputSlot Tray5  *PageRegion UniversalEdge
  832. *UIConstraints: *InputSlot Tray5  *PageRegion EnvUniversal
  833. *UIConstraints: *InputSlot Tray5  *PageRegion EnvUniversalEdge
  834.  
  835.  
  836. *% If Hagaki, or any Envelope, can't send to Finisher trays.
  837. *%
  838. *UIConstraints: *PageSize Hagaki         *OutputBin BinUpperFD
  839. *UIConstraints: *PageSize Hagaki         *OutputBin BinMiddleFD
  840. *UIConstraints: *PageSize Hagaki         *OutputBin BinLowerFD
  841. *UIConstraints: *PageSize Hagaki         *OutputBin BinContinue
  842. *UIConstraints: *PageSize Env10          *OutputBin BinUpperFD
  843. *UIConstraints: *PageSize Env10          *OutputBin BinMiddleFD
  844. *UIConstraints: *PageSize Env10          *OutputBin BinLowerFD
  845. *UIConstraints: *PageSize Env10          *OutputBin BinContinue
  846. *UIConstraints: *PageSize EnvC5          *OutputBin BinUpperFD
  847. *UIConstraints: *PageSize EnvC5          *OutputBin BinMiddleFD
  848. *UIConstraints: *PageSize EnvC5          *OutputBin BinLowerFD
  849. *UIConstraints: *PageSize EnvC5          *OutputBin BinContinue
  850. *UIConstraints: *PageSize EnvDL          *OutputBin BinUpperFD
  851. *UIConstraints: *PageSize EnvDL          *OutputBin BinMiddleFD
  852. *UIConstraints: *PageSize EnvDL          *OutputBin BinLowerFD
  853. *UIConstraints: *PageSize EnvDL          *OutputBin BinContinue
  854. *UIConstraints: *PageSize EnvMonarch     *OutputBin BinUpperFD
  855. *UIConstraints: *PageSize EnvMonarch     *OutputBin BinMiddleFD
  856. *UIConstraints: *PageSize EnvMonarch     *OutputBin BinLowerFD
  857. *UIConstraints: *PageSize EnvMonarch     *OutputBin BinContinue
  858. *UIConstraints: *PageSize HagakiEdge     *OutputBin BinUpperFD
  859. *UIConstraints: *PageSize HagakiEdge     *OutputBin BinMiddleFD
  860. *UIConstraints: *PageSize HagakiEdge     *OutputBin BinLowerFD
  861. *UIConstraints: *PageSize HagakiEdge     *OutputBin BinContinue
  862. *UIConstraints: *PageSize Env10Edge      *OutputBin BinUpperFD
  863. *UIConstraints: *PageSize Env10Edge      *OutputBin BinMiddleFD
  864. *UIConstraints: *PageSize Env10Edge      *OutputBin BinLowerFD
  865. *UIConstraints: *PageSize Env10Edge      *OutputBin BinContinue
  866. *UIConstraints: *PageSize EnvC5Edge      *OutputBin BinUpperFD
  867. *UIConstraints: *PageSize EnvC5Edge      *OutputBin BinMiddleFD
  868. *UIConstraints: *PageSize EnvC5Edge      *OutputBin BinLowerFD
  869. *UIConstraints: *PageSize EnvC5Edge      *OutputBin BinContinue
  870. *UIConstraints: *PageSize EnvDLEdge      *OutputBin BinUpperFD
  871. *UIConstraints: *PageSize EnvDLEdge      *OutputBin BinMiddleFD
  872. *UIConstraints: *PageSize EnvDLEdge      *OutputBin BinLowerFD
  873. *UIConstraints: *PageSize EnvDLEdge      *OutputBin BinContinue
  874. *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinUpperFD
  875. *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinMiddleFD
  876. *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinLowerFD
  877. *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinContinue
  878. *UIConstraints: *PageSize EnvUniversal   *OutputBin BinUpperFD
  879. *UIConstraints: *PageSize EnvUniversal   *OutputBin BinMiddleFD
  880. *UIConstraints: *PageSize EnvUniversal   *OutputBin BinLowerFD
  881. *UIConstraints: *PageSize EnvUniversal   *OutputBin BinContinue
  882. *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinUpperFD
  883. *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinMiddleFD
  884. *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinLowerFD
  885. *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinContinue
  886.  
  887. *UIConstraints: *OutputBin BinUpperFD  *PageSize Hagaki
  888. *UIConstraints: *OutputBin BinMiddleFD *PageSize Hagaki
  889. *UIConstraints: *OutputBin BinLowerFD  *PageSize Hagaki
  890. *UIConstraints: *OutputBin BinContinue *PageSize Hagaki
  891. *UIConstraints: *OutputBin BinUpperFD  *PageSize Env10
  892. *UIConstraints: *OutputBin BinMiddleFD *PageSize Env10
  893. *UIConstraints: *OutputBin BinLowerFD  *PageSize Env10
  894. *UIConstraints: *OutputBin BinContinue *PageSize Env10
  895. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvC5
  896. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvC5
  897. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvC5
  898. *UIConstraints: *OutputBin BinContinue *PageSize EnvC5
  899. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvDL
  900. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvDL
  901. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvDL
  902. *UIConstraints: *OutputBin BinContinue *PageSize EnvDL
  903. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvMonarch
  904. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvMonarch
  905. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvMonarch
  906. *UIConstraints: *OutputBin BinContinue *PageSize EnvMonarch
  907. *UIConstraints: *OutputBin BinUpperFD  *PageSize HagakiEdge
  908. *UIConstraints: *OutputBin BinMiddleFD *PageSize HagakiEdge
  909. *UIConstraints: *OutputBin BinLowerFD  *PageSize HagakiEdge
  910. *UIConstraints: *OutputBin BinContinue *PageSize HagakiEdge
  911. *UIConstraints: *OutputBin BinUpperFD  *PageSize Env10Edge
  912. *UIConstraints: *OutputBin BinMiddleFD *PageSize Env10Edge
  913. *UIConstraints: *OutputBin BinLowerFD  *PageSize Env10Edge
  914. *UIConstraints: *OutputBin BinContinue *PageSize Env10Edge
  915. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvC5Edge
  916. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvC5Edge
  917. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvC5Edge
  918. *UIConstraints: *OutputBin BinContinue *PageSize EnvC5Edge
  919. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvDLEdge
  920. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvDLEdge
  921. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvDLEdge
  922. *UIConstraints: *OutputBin BinContinue *PageSize EnvDLEdge
  923. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvMonarchEdge
  924. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvMonarchEdge
  925. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvMonarchEdge
  926. *UIConstraints: *OutputBin BinContinue *PageSize EnvMonarchEdge
  927. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvUniversal
  928. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvUniversal
  929. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvUniversal
  930. *UIConstraints: *OutputBin BinContinue *PageSize EnvUniversal
  931. *UIConstraints: *OutputBin BinUpperFD  *PageSize EnvUniversalEdge
  932. *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvUniversalEdge
  933. *UIConstraints: *OutputBin BinLowerFD  *PageSize EnvUniversalEdge
  934. *UIConstraints: *OutputBin BinContinue *PageSize EnvUniversalEdge
  935.  
  936. *UIConstraints: *PageRegion Hagaki         *OutputBin BinUpperFD
  937. *UIConstraints: *PageRegion Hagaki         *OutputBin BinMiddleFD
  938. *UIConstraints: *PageRegion Hagaki         *OutputBin BinLowerFD
  939. *UIConstraints: *PageRegion Hagaki         *OutputBin BinContinue
  940. *UIConstraints: *PageRegion Env10          *OutputBin BinUpperFD
  941. *UIConstraints: *PageRegion Env10          *OutputBin BinMiddleFD
  942. *UIConstraints: *PageRegion Env10          *OutputBin BinLowerFD
  943. *UIConstraints: *PageRegion Env10          *OutputBin BinContinue
  944. *UIConstraints: *PageRegion EnvC5          *OutputBin BinUpperFD
  945. *UIConstraints: *PageRegion EnvC5          *OutputBin BinMiddleFD
  946. *UIConstraints: *PageRegion EnvC5          *OutputBin BinLowerFD
  947. *UIConstraints: *PageRegion EnvC5          *OutputBin BinContinue
  948. *UIConstraints: *PageRegion EnvDL          *OutputBin BinUpperFD
  949. *UIConstraints: *PageRegion EnvDL          *OutputBin BinMiddleFD
  950. *UIConstraints: *PageRegion EnvDL          *OutputBin BinLowerFD
  951. *UIConstraints: *PageRegion EnvDL          *OutputBin BinContinue
  952. *UIConstraints: *PageRegion EnvMonarch     *OutputBin BinUpperFD
  953. *UIConstraints: *PageRegion EnvMonarch     *OutputBin BinMiddleFD
  954. *UIConstraints: *PageRegion EnvMonarch     *OutputBin BinLowerFD
  955. *UIConstraints: *PageRegion EnvMonarch     *OutputBin BinContinue
  956. *UIConstraints: *PageRegion HagakiEdge     *OutputBin BinUpperFD
  957. *UIConstraints: *PageRegion HagakiEdge     *OutputBin BinMiddleFD
  958. *UIConstraints: *PageRegion HagakiEdge     *OutputBin BinLowerFD
  959. *UIConstraints: *PageRegion HagakiEdge     *OutputBin BinContinue
  960. *UIConstraints: *PageRegion Env10Edge      *OutputBin BinUpperFD
  961. *UIConstraints: *PageRegion Env10Edge      *OutputBin BinMiddleFD
  962. *UIConstraints: *PageRegion Env10Edge      *OutputBin BinLowerFD
  963. *UIConstraints: *PageRegion Env10Edge      *OutputBin BinContinue
  964. *UIConstraints: *PageRegion EnvC5Edge      *OutputBin BinUpperFD
  965. *UIConstraints: *PageRegion EnvC5Edge      *OutputBin BinMiddleFD
  966. *UIConstraints: *PageRegion EnvC5Edge      *OutputBin BinLowerFD
  967. *UIConstraints: *PageRegion EnvC5Edge      *OutputBin BinContinue
  968. *UIConstraints: *PageRegion EnvDLEdge      *OutputBin BinUpperFD
  969. *UIConstraints: *PageRegion EnvDLEdge      *OutputBin BinMiddleFD
  970. *UIConstraints: *PageRegion EnvDLEdge      *OutputBin BinLowerFD
  971. *UIConstraints: *PageRegion EnvDLEdge      *OutputBin BinContinue
  972. *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinUpperFD
  973. *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinMiddleFD
  974. *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinLowerFD
  975. *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinContinue
  976. *UIConstraints: *PageRegion EnvUniversal   *OutputBin BinUpperFD
  977. *UIConstraints: *PageRegion EnvUniversal   *OutputBin BinMiddleFD
  978. *UIConstraints: *PageRegion EnvUniversal   *OutputBin BinLowerFD
  979. *UIConstraints: *PageRegion EnvUniversal   *OutputBin BinContinue
  980. *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinUpperFD
  981. *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinMiddleFD
  982. *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinLowerFD
  983. *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinContinue
  984.  
  985. *UIConstraints: *OutputBin BinUpperFD  *PageRegion Hagaki
  986. *UIConstraints: *OutputBin BinMiddleFD *PageRegion Hagaki
  987. *UIConstraints: *OutputBin BinLowerFD  *PageRegion Hagaki
  988. *UIConstraints: *OutputBin BinContinue *PageRegion Hagaki
  989. *UIConstraints: *OutputBin BinUpperFD  *PageRegion Env10
  990. *UIConstraints: *OutputBin BinMiddleFD *PageRegion Env10
  991. *UIConstraints: *OutputBin BinLowerFD  *PageRegion Env10
  992. *UIConstraints: *OutputBin BinContinue *PageRegion Env10
  993. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvC5
  994. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvC5
  995. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvC5
  996. *UIConstraints: *OutputBin BinContinue *PageRegion EnvC5
  997. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvDL
  998. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvDL
  999. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvDL
  1000. *UIConstraints: *OutputBin BinContinue *PageRegion EnvDL
  1001. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvMonarch
  1002. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvMonarch
  1003. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvMonarch
  1004. *UIConstraints: *OutputBin BinContinue *PageRegion EnvMonarch
  1005. *UIConstraints: *OutputBin BinUpperFD  *PageRegion HagakiEdge
  1006. *UIConstraints: *OutputBin BinMiddleFD *PageRegion HagakiEdge
  1007. *UIConstraints: *OutputBin BinLowerFD  *PageRegion HagakiEdge
  1008. *UIConstraints: *OutputBin BinContinue *PageRegion HagakiEdge
  1009. *UIConstraints: *OutputBin BinUpperFD  *PageRegion Env10Edge
  1010. *UIConstraints: *OutputBin BinMiddleFD *PageRegion Env10Edge
  1011. *UIConstraints: *OutputBin BinLowerFD  *PageRegion Env10Edge
  1012. *UIConstraints: *OutputBin BinContinue *PageRegion Env10Edge
  1013. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvC5Edge
  1014. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvC5Edge
  1015. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvC5Edge
  1016. *UIConstraints: *OutputBin BinContinue *PageRegion EnvC5Edge
  1017. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvDLEdge
  1018. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvDLEdge
  1019. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvDLEdge
  1020. *UIConstraints: *OutputBin BinContinue *PageRegion EnvDLEdge
  1021. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvMonarchEdge
  1022. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvMonarchEdge
  1023. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvMonarchEdge
  1024. *UIConstraints: *OutputBin BinContinue *PageRegion EnvMonarchEdge
  1025. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvUniversal
  1026. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvUniversal
  1027. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvUniversal
  1028. *UIConstraints: *OutputBin BinContinue *PageRegion EnvUniversal
  1029. *UIConstraints: *OutputBin BinUpperFD  *PageRegion EnvUniversalEdge
  1030. *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvUniversalEdge
  1031. *UIConstraints: *OutputBin BinLowerFD  *PageRegion EnvUniversalEdge
  1032. *UIConstraints: *OutputBin BinContinue *PageRegion EnvUniversalEdge
  1033.  
  1034.  
  1035. *% ===== If any Universal size, cant send to any finisher tray
  1036. *%
  1037. *UIConstraints: *PageSize Universal             *OutputBin BinUpperFD
  1038. *UIConstraints: *PageSize Universal             *OutputBin BinMiddleFD
  1039. *UIConstraints: *PageSize Universal             *OutputBin BinLowerFD
  1040. *UIConstraints: *PageSize Universal             *OutputBin BinContinue
  1041. *UIConstraints: *PageSize UniversalEdge         *OutputBin BinUpperFD
  1042. *UIConstraints: *PageSize UniversalEdge         *OutputBin BinMiddleFD
  1043. *UIConstraints: *PageSize UniversalEdge         *OutputBin BinLowerFD
  1044. *UIConstraints: *PageSize UniversalEdge         *OutputBin BinContinue
  1045.  
  1046. *UIConstraints: *PageRegion Universal           *OutputBin BinUpperFD
  1047. *UIConstraints: *PageRegion Universal           *OutputBin BinMiddleFD
  1048. *UIConstraints: *PageRegion Universal           *OutputBin BinLowerFD
  1049. *UIConstraints: *PageRegion Universal           *OutputBin BinContinue
  1050. *UIConstraints: *PageRegion UniversalEdge       *OutputBin BinUpperFD
  1051. *UIConstraints: *PageRegion UniversalEdge       *OutputBin BinMiddleFD
  1052. *UIConstraints: *PageRegion UniversalEdge       *OutputBin BinLowerFD
  1053. *UIConstraints: *PageRegion UniversalEdge       *OutputBin BinContinue
  1054.  
  1055. *UIConstraints: *OutputBin BinUpperFD           *PageSize Universal
  1056. *UIConstraints: *OutputBin BinMiddleFD          *PageSize Universal
  1057. *UIConstraints: *OutputBin BinLowerFD           *PageSize Universal
  1058. *UIConstraints: *OutputBin BinContinue          *PageSize Universal
  1059. *UIConstraints: *OutputBin BinUpperFD           *PageSize UniversalEdge
  1060. *UIConstraints: *OutputBin BinMiddleFD          *PageSize UniversalEdge
  1061. *UIConstraints: *OutputBin BinLowerFD           *PageSize UniversalEdge
  1062. *UIConstraints: *OutputBin BinContinue          *PageSize UniversalEdge
  1063.  
  1064. *UIConstraints: *OutputBin BinUpperFD           *PageRegion Universal
  1065. *UIConstraints: *OutputBin BinMiddleFD          *PageRegion Universal
  1066. *UIConstraints: *OutputBin BinLowerFD           *PageRegion Universal
  1067. *UIConstraints: *OutputBin BinContinue          *PageRegion Universal
  1068. *UIConstraints: *OutputBin BinUpperFD           *PageRegion UniversalEdge
  1069. *UIConstraints: *OutputBin BinMiddleFD          *PageRegion UniversalEdge
  1070. *UIConstraints: *OutputBin BinLowerFD           *PageRegion UniversalEdge
  1071. *UIConstraints: *OutputBin BinContinue          *PageRegion UniversalEdge
  1072.  
  1073.  
  1074. *% ==== Duplex Constraints ====
  1075. *% Some paper can not be duplexed
  1076. *%
  1077. *UIConstraints: *Duplex *PageSize Hagaki
  1078. *UIConstraints: *Duplex *PageSize HagakiEdge
  1079. *UIConstraints: *Duplex *PageSize Env10
  1080. *UIConstraints: *Duplex *PageSize Env10Edge
  1081. *UIConstraints: *Duplex *PageSize EnvC5
  1082. *UIConstraints: *Duplex *PageSize EnvC5Edge
  1083. *UIConstraints: *Duplex *PageSize EnvDL
  1084. *UIConstraints: *Duplex *PageSize EnvDLEdge
  1085. *UIConstraints: *Duplex *PageSize EnvMonarch
  1086. *UIConstraints: *Duplex *PageSize EnvMonarchEdge
  1087. *UIConstraints: *Duplex *PageSize EnvUniversal
  1088. *UIConstraints: *Duplex *PageSize EnvUniversalEdge
  1089.  
  1090. *UIConstraints: *PageSize Hagaki         *Duplex
  1091. *UIConstraints: *PageSize HagakiEdge     *Duplex
  1092. *UIConstraints: *PageSize Env10          *Duplex
  1093. *UIConstraints: *PageSize Env10Edge      *Duplex
  1094. *UIConstraints: *PageSize EnvC5          *Duplex
  1095. *UIConstraints: *PageSize EnvC5Edge      *Duplex
  1096. *UIConstraints: *PageSize EnvDL          *Duplex
  1097. *UIConstraints: *PageSize EnvDLEdge      *Duplex
  1098. *UIConstraints: *PageSize EnvMonarch     *Duplex
  1099. *UIConstraints: *PageSize EnvMonarchEdge *Duplex
  1100. *UIConstraints: *PageSize EnvUniversal   *Duplex
  1101. *UIConstraints: *PageSize EnvUniversalEdge *Duplex
  1102.  
  1103. *UIConstraints: *Duplex *PageRegion Hagaki
  1104. *UIConstraints: *Duplex *PageRegion HagakiEdge
  1105. *UIConstraints: *Duplex *PageRegion Env10
  1106. *UIConstraints: *Duplex *PageRegion Env10Edge
  1107. *UIConstraints: *Duplex *PageRegion EnvC5
  1108. *UIConstraints: *Duplex *PageRegion EnvC5Edge
  1109. *UIConstraints: *Duplex *PageRegion EnvDL
  1110. *UIConstraints: *Duplex *PageRegion EnvDLEdge
  1111. *UIConstraints: *Duplex *PageRegion EnvMonarch
  1112. *UIConstraints: *Duplex *PageRegion EnvMonarchEdge
  1113. *UIConstraints: *Duplex *PageRegion EnvUniversal
  1114. *UIConstraints: *Duplex *PageRegion EnvUniversalEdge
  1115.  
  1116. *UIConstraints: *PageRegion Hagaki         *Duplex
  1117. *UIConstraints: *PageRegion HagakiEdge     *Duplex
  1118. *UIConstraints: *PageRegion Env10          *Duplex
  1119. *UIConstraints: *PageRegion Env10Edge      *Duplex
  1120. *UIConstraints: *PageRegion EnvC5          *Duplex
  1121. *UIConstraints: *PageRegion EnvC5Edge      *Duplex
  1122. *UIConstraints: *PageRegion EnvDL          *Duplex
  1123. *UIConstraints: *PageRegion EnvDLEdge      *Duplex
  1124. *UIConstraints: *PageRegion EnvMonarch     *Duplex
  1125. *UIConstraints: *PageRegion EnvMonarchEdge *Duplex
  1126. *UIConstraints: *PageRegion EnvUniversal   *Duplex
  1127. *UIConstraints: *PageRegion EnvUniversalEdge *Duplex
  1128.  
  1129.  
  1130. *% ==== Device Capabilities, General Information, and Defaults ====
  1131. *%
  1132. *LanguageLevel: "3"
  1133. *Protocols: TBCP
  1134.  
  1135. *FreeVM: "3161580"
  1136. *VMOption 16Meg/16 MB: "3161580"
  1137. *VMOption 20Meg/20 MB: "3677676"
  1138. *VMOption 24Meg/24 MB: "4701676"
  1139. *VMOption 28Meg/28 MB: "5717484"
  1140. *VMOption 32Meg/32 MB: "6725100"
  1141. *VMOption 36Meg/36 MB: "6725100"
  1142. *VMOption 40Meg/40 MB: "7749100"
  1143. *VMOption 44Meg/44 MB: "8265196"
  1144. *VMOption 48Meg/48 MB: "8781292"
  1145. *VMOption 52Meg/52 MB: "8781292"
  1146. *VMOption 64Meg/64 MB: "10821100"
  1147.  
  1148. *FCacheSize 16Meg/16 MB: 1284600
  1149. *FCacheSize 20Meg/20 MB: 1468100
  1150. *FCacheSize 24Meg/24 MB: 1835100
  1151. *FCacheSize 28Meg/28 MB: 2202100
  1152. *FCacheSize 32Meg/32 MB: 2569100
  1153. *FCacheSize 36Meg/36 MB: 2569100
  1154. *FCacheSize 40Meg/40 MB: 2936100
  1155. *FCacheSize 44Meg/44 MB: 3119600
  1156. *FCacheSize 48Meg/48 MB: 3303100
  1157. *FCacheSize 52Meg/52 MB: 3303100
  1158. *FCacheSize 64Meg/64 MB: 4037100
  1159.  
  1160. *PrintPSErrors: True
  1161.  
  1162. *ColorDevice: False
  1163. *DefaultColorSpace: Gray
  1164.  
  1165. *TTRasterizer: Type42
  1166. *?TTRasterizer: "save
  1167.  42 /FontType resourcestatus
  1168.  {pop pop (Type42)} {(No Type42)} ifelse = flush
  1169. restore"
  1170. *End
  1171.  
  1172. *FileSystem: True
  1173. *?FileSystem: "save statusdict /diskonline get exec
  1174.  {(True)}{(False)} ifelse = flush restore"
  1175. *End
  1176.  
  1177. *Throughput: "40"
  1178. *Password: "()"
  1179. *ExitServer: "
  1180.   count 0 eq
  1181.   {false}
  1182.   {true exch startjob}
  1183.   ifelse
  1184.   not
  1185.   {
  1186.     (WARNING: Cannot modify initial VM.) =
  1187.     (Missing or invalid password.) =
  1188.     (Please contact the author of this software.) = flush quit
  1189.   } if"
  1190. *End
  1191.  
  1192. *Reset: "
  1193.   count 0 eq
  1194.   {false}
  1195.   {true exch startjob}
  1196.   ifelse
  1197.   not
  1198.   {
  1199.     (WARNING: Cannot reset printer.) =
  1200.     (Missing or invalid password.) =
  1201.     (Please contact the author of this software.) = flush quit
  1202.   } if
  1203.   systemdict /quit get exec
  1204.   (WARNING : Printer Reset Failed.) = flush"
  1205. *End
  1206.  
  1207.  
  1208. *% ==== Resoulution support
  1209. *%
  1210.  
  1211. *DefaultResolution: 600x600dpi/600x600dpi
  1212.  
  1213.  
  1214.  
  1215. *% ==== Screen support ====
  1216. *%
  1217. *AccurateScreensSupport: True
  1218.  
  1219.  
  1220.  
  1221. *% ==== Duplex options ====
  1222. *%
  1223. *OpenUI *Duplex/Duplex (Two-sided printing): PickOne
  1224. *OrderDependency: 50.0 AnySetup *Duplex
  1225. *DefaultDuplex: None
  1226. *Duplex None/None: "(<<) cvx exec /Duplex false /Tumble false
  1227.             (>>) cvx exec setpagedevice"
  1228. *End
  1229. *Duplex DuplexNoTumble/Long edge: "(<<) cvx exec /Duplex true /Tumble false
  1230.                    (>>) cvx exec  setpagedevice"
  1231. *End
  1232. *Duplex DuplexTumble/Short edge: "(<<) cvx exec /Duplex true /Tumble true
  1233.                   (>>) cvx exec  setpagedevice"
  1234. *End
  1235. *?Duplex: "save
  1236.  currentpagedevice dup /Duplex known
  1237.  {
  1238.   dup /Duplex get
  1239.   {/Tumble get {(DuplexTumble)} {(DuplexNoTumble)} ifelse}
  1240.   {pop (None)}
  1241.   ifelse
  1242.  } {pop (None)}
  1243.  ifelse = flush
  1244. restore"
  1245. *End
  1246. *CloseUI: *Duplex
  1247.  
  1248.  
  1249. *% ==== Input options ====
  1250. *%
  1251. *OpenUI *InputSlot/Input source: PickOne
  1252. *OrderDependency: 45.0 AnySetup *InputSlot
  1253. *DefaultInputSlot: Tray1
  1254. *InputSlot Tray1/Tray 1: "
  1255.  currentpagedevice /InputAttributes get 0 known
  1256.  {<<currentpagedevice /InputAttributes get 0 get dup null ne
  1257.     {/PageSize get /PageSize exch
  1258.      /InputAttributes <</Priority [0 6 5 3 2 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1259. *End
  1260. *InputSlot MPT/Auxiliary tray: "
  1261.  currentpagedevice /InputAttributes get 1 known
  1262.  {<<currentpagedevice /InputAttributes get 1 get dup null ne
  1263.     {/PageSize get /PageSize exch
  1264.      /InputAttributes <</Priority [1 6 5 3 2 0 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1265. *End
  1266. *InputSlot Tray2/Tray 2: "
  1267.  currentpagedevice /InputAttributes get 2 known
  1268.  {<<currentpagedevice /InputAttributes get 2 get dup null ne
  1269.     {/PageSize get /PageSize exch
  1270.      /InputAttributes <</Priority [2 6 5 3 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1271. *End
  1272. *InputSlot Tray3/Tray 3: "
  1273.  currentpagedevice /InputAttributes get 3 known
  1274.  {<<currentpagedevice /InputAttributes get 3 get dup null ne
  1275.     {/PageSize get /PageSize exch
  1276.      /InputAttributes <</Priority [3 6 5 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1277. *End
  1278. *InputSlot Tray4/Tray 4: "
  1279.  currentpagedevice /InputAttributes get 5 known
  1280.  {<<currentpagedevice /InputAttributes get 5 get dup null ne
  1281.     {/PageSize get /PageSize exch
  1282.      /InputAttributes <</Priority [5 6 3 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1283. *End
  1284. *InputSlot Tray5/Tray 5: "
  1285.  currentpagedevice /InputAttributes get 6 known
  1286.  {<<currentpagedevice /InputAttributes get 6 get dup null ne
  1287.     {/PageSize get /PageSize exch
  1288.      /InputAttributes <</Priority [6 5 3 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
  1289. *End
  1290. *InputSlot Envelope/Envelope feeder: "
  1291.  currentpagedevice /InputAttributes get 4 known
  1292.  {<<currentpagedevice /InputAttributes get 4 get dup null ne
  1293.     {/PageSize get /PageSize exch
  1294.      /InputAttributes <</Priority [4 6 5 3 2 0 1] >> >> setpagedevice}{pop pop} ifelse} if"
  1295. *End
  1296. *?InputSlot: "
  1297. save
  1298.  (<<) cvx exec
  1299.    /0 (Tray1)
  1300.    /1 (MPT)
  1301.    /2 (Tray2)
  1302.    /3 (Tray3)
  1303.    /4 (Envelope)
  1304.    /5 (Tray4)
  1305.    /6 (Tray5)
  1306.   (>>) cvx exec
  1307.  currentpagedevice /InputAttributes get dup /Priority known
  1308.  {/Priority get 0 get (  ) cvs cvn get}
  1309.  {dup length 1 eq
  1310.    {{pop} forall (       ) cvs cvn get}
  1311.    {pop pop (Unknown)}
  1312.    ifelse
  1313.  }
  1314.  ifelse = flush
  1315. restore"
  1316. *End
  1317. *CloseUI: *InputSlot
  1318.  
  1319.  
  1320. *% ===== Collation on/off
  1321. *%
  1322. *%
  1323. *OpenUI *Collate/Collate : Boolean
  1324. *OrderDependency: 50.0 AnySetup *Collate
  1325. *DefaultCollate: False
  1326. *Collate False/Off: "<< /Collate false >> setpagedevice"
  1327. *Collate True/On: "<< /Collate true >> setpagedevice"
  1328. *?Collate: "save
  1329.  currentpagedevice dup /Collate known
  1330.  {/Collate get {(On)} {(Off)} ifelse}
  1331.  {pop (Unknown)} ifelse = flush
  1332. restore"
  1333. *End
  1334. *CloseUI: *Collate
  1335.  
  1336.  
  1337. *% ===== Manual feed options =====
  1338. *%
  1339. *OpenUI *ManualFeed/Manual feed: Boolean
  1340. *OrderDependency: 50.0 AnySetup *ManualFeed
  1341. *DefaultManualFeed: False
  1342. *ManualFeed True/True:  "(<<) cvx exec /ManualFeed true (>>) cvx exec  setpagedevice"
  1343. *ManualFeed False/False: "(<<) cvx exec /ManualFeed false (>>) cvx exec  setpagedevice"
  1344. *?ManualFeed: "save
  1345.  currentpagedevice /ManualFeed get
  1346.  {(True)} {(False)} ifelse = flush
  1347. restore"
  1348. *End
  1349. *CloseUI: *ManualFeed
  1350.  
  1351.  
  1352. *% ===== Tray Switching options =====
  1353. *%
  1354. *OpenUI *TraySwitch/Printer select tray: Boolean
  1355. *OrderDependency: 50.0 AnySetup *TraySwitch
  1356. *DefaultTraySwitch: True
  1357. *TraySwitch True/On:  "(<<) cvx exec /TraySwitch true (>>) cvx exec  setpagedevice"
  1358. *TraySwitch False/Off: "(<<) cvx exec /TraySwitch false (>>) cvx exec  setpagedevice"
  1359. *?TraySwitch: "save
  1360.  currentpagedevice /TraySwitch get
  1361.  {(True)} {(False)} ifelse = flush
  1362.  restore"
  1363. *End
  1364. *CloseUI: *TraySwitch
  1365.  
  1366.  
  1367. *% ==== Output options ====
  1368. *%
  1369. *OpenUI *OutputBin/Output Bin: PickOne
  1370. *OrderDependency: 25.0 AnySetup *OutputBin
  1371. *DefaultOutputBin: Main
  1372. *OutputBin Main/Main: "
  1373.   (<<) cvx exec /OutputType (STD) (>>) cvx exec setpagedevice"
  1374. *End
  1375. *OutputBin Face-Up/Face-Up output tray: "
  1376.   (<<) cvx exec /OutputType (FACE-UP) (>>) cvx exec setpagedevice"
  1377. *End
  1378. *OutputBin BinUpperFD/Finisher bin 1: "
  1379.   (<<) cvx exec /OutputType (FINISHER TOP)(>>) cvx exec setpagedevice"
  1380. *End
  1381. *OutputBin BinMiddleFD/Finisher bin 2: "
  1382.   (<<) cvx exec /OutputType (FINISHER MIDDLE)(>>) cvx exec setpagedevice"
  1383. *End
  1384. *OutputBin BinLowerFD/Finisher bin 3: "
  1385.   (<<) cvx exec /OutputType (FINISHER BOTTOM)(>>) cvx exec setpagedevice"
  1386. *End
  1387. *OutputBin BinContinue/Any finisher bin: "
  1388.   (<<) cvx exec /OutputType (FINISHER AUTO)(>>) cvx exec setpagedevice"
  1389. *End
  1390. *?OutputBin: "save
  1391.  currentpagedevice dup /OutputType known
  1392.  {/OutputType get
  1393.  [
  1394.  [ (Main)           (STD) ]
  1395.  [ (Face-Up)        (FACE-UP) ]
  1396.  [ (BinUpperFD)     (FINISHER TOP) ]
  1397.  [ (BinMiddleFD)    (FINISHER MIDDLE) ]
  1398.  [ (BinLowerFD)     (FINISHER BOTTOM) ]
  1399.  [ (BinContinue)    (FINISHER AUTO) ]
  1400.  ]
  1401.  {aload pop 2 index eq {(0) exit}{pop} ifelse} forall
  1402.  (0) eq {exch pop} {(Unknown)} ifelse
  1403.  }
  1404.  {pop (Unknown)} ifelse
  1405.  = flush
  1406. restore"
  1407. *End
  1408. *CloseUI: *OutputBin
  1409.  
  1410.  
  1411. *% ===== Jogging options =====
  1412. *%
  1413. *OpenUI *Jog/Jog: PickOne
  1414. *OrderDependency: 40.0 AnySetup *Jog
  1415. *DefaultJog: None
  1416. *Jog None/Do not jog: "(<<) cvx exec/Jog 0 (>>) cvx exec setpagedevice"
  1417. *Jog EndOfJob/Jog at end of job: "(<<) cvx exec/Jog 2 (>>) cvx exec setpagedevice"
  1418. *Jog EndOfSet/Jog at end of set: "(<<) cvx exec/Jog 3 (>>) cvx exec setpagedevice"
  1419. *?Jog: "save
  1420.  currentpagedevice /Jog get dup 2 eq
  1421.  {pop (EndOfJob)}
  1422.  {3 eq {(EndOfSet)} {(None)} ifelse}
  1423.  ifelse = flush
  1424. restore"
  1425. *End
  1426. *CloseUI: *Jog
  1427.  
  1428. *DefaultOutputOrder: Normal
  1429.  
  1430.  
  1431.  
  1432. *% ==== Print Quality (Resolution Enhance/Toner Saver) options ====
  1433. *%
  1434. *OpenUI *OutputMode/Print quality: PickOne
  1435. *OrderDependency: 50.0 AnySetup *OutputMode
  1436. *DefaultOutputMode: None
  1437. *OutputMode None/Normal: "(<<) cvx exec /PostRenderingEnhance false /PostRenderingEnhanceDetails
  1438.  (<<) cvx exec /Type 18 /REValue 0 /TonerSaver 0 (>>) cvx exec (>>) cvx exec  setpagedevice"
  1439. *End
  1440. *OutputMode TruRes/Refine: "(<<) cvx exec /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1441.  (<<) cvx exec /Type 18 /REValue 1 /TonerSaver 0 (>>) cvx exec (>>) cvx exec  setpagedevice"
  1442. *End
  1443. *OutputMode TonerSaver/Economy: "(<<) cvx exec /PostRenderingEnhance true /PostRenderingEnhanceDetails
  1444.  (<<) cvx exec /Type 18 /REValue 0 /TonerSaver 1 (>>) cvx exec (>>) cvx exec  setpagedevice"
  1445. *End
  1446. *?OutputMode: "save
  1447.  currentpagedevice dup /PostRenderingEnhance known
  1448.  {dup /PostRenderingEnhance get
  1449.   {
  1450.    /PostRenderingEnhanceDetails get
  1451.    dup /Type get 18 eq
  1452.    {
  1453.     dup /REValue get 8 mul exch
  1454.     /TonerSaver get add dup 8 eq
  1455.     {pop (TruRes)}
  1456.     {1 eq {(TonerSaver)} {(None)}ifelse}
  1457.     ifelse
  1458.    }
  1459.    {pop (None)} ifelse
  1460.   }
  1461.   {pop (None)}
  1462.   ifelse}
  1463.  {pop (None)}
  1464.  ifelse = flush
  1465. restore"
  1466. *End
  1467. *CloseUI: *OutputMode
  1468.  
  1469.  
  1470.  
  1471. *% === IBStaple options ============
  1472. *% note:
  1473. *% This printer supports the following staple positions,
  1474. *% requiring the use of slightly nonstandard options.
  1475. *%
  1476. *% Single staple top left of portrait
  1477. *% Double staple center of portrait
  1478. *% Single staple top left of landscape
  1479. *% Double staple center of landscape
  1480. *%
  1481. *OpenUI *IBStaple/Staple Location: PickOne
  1482. *OrderDependency: 50.0 AnySetup *IBStaple
  1483. *DefaultIBStaple: None
  1484. *IBStaple None/Stapler off: "
  1485.  (<<) cvx exec/Staple 0 /StapleDetails
  1486.    (<<) cvx exec/Type 5 /Position (SinglePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
  1487. *End
  1488. *IBStaple SinglePortrait/Single staple portrait: "
  1489.  (<<) cvx exec/Staple 2 /StapleDetails
  1490.    (<<) cvx exec/Type 5 /Position (SinglePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
  1491. *End
  1492. *IBStaple DoublePortrait/Double staple portrait: "
  1493.  (<<) cvx exec/Staple 2 /StapleDetails
  1494.    (<<) cvx exec/Type 5 /Position (DoublePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
  1495. *End
  1496. *IBStaple SingleLandscape/Single staple landscape: "
  1497.  (<<) cvx exec/Staple 2 /StapleDetails
  1498.    (<<) cvx exec/Type 5 /Position (SingleLandscape) (>>) cvx exec (>>) cvx exec
  1499.   setpagedevice"
  1500. *End
  1501. *IBStaple DoubleLandscape/Double staple landscape: "
  1502.  (<<) cvx exec/Staple 2 /StapleDetails
  1503.    (<<) cvx exec/Type 5 /Position (DoubleLandscape) (>>) cvx exec (>>) cvx exec
  1504.   setpagedevice"
  1505. *End
  1506. *?IBStaple: "save
  1507.  currentpagedevice dup /Staple get 2 ne
  1508.  {pop (None)}
  1509.  {
  1510.   /StapleDetails get /Position get true
  1511.   [(SinglePortrait) (DoublePortrait) (SingleLandscape) (DoubleLandscape)]
  1512.   {2 index eq {false exit} if} forall
  1513.   exch pop {(None)} if
  1514.  } ifelse = flush
  1515. restore"
  1516. *End
  1517. *CloseUI: *IBStaple
  1518.  
  1519.  
  1520. *% ==== JamRecovery options ====
  1521. *%
  1522. *OpenUI *IBJamRecovery/Jam recovery: Boolean
  1523. *OrderDependency: 50.0 AnySetup *IBJamRecovery
  1524. *DefaultIBJamRecovery: False
  1525. *IBJamRecovery False/Off: "(<<) cvx exec /ExitJamRecovery false (>>) cvx exec  setpagedevice"
  1526. *IBJamRecovery True/On: "(<<) cvx exec /ExitJamRecovery true (>>) cvx exec  setpagedevice"
  1527. *?IBJamRecovery: "save
  1528.  currentpagedevice dup /ExitJamRecovery known
  1529.  {/ExitJamRecovery get {(True)}{(False)} ifelse}
  1530.  {pop (None)}
  1531.  ifelse = flush
  1532. restore"
  1533. *End
  1534. *CloseUI: *IBJamRecovery
  1535.  
  1536.  
  1537.  
  1538. *% ==== Halftone information ====
  1539. *%
  1540. *DefaultHalftoneType: 3
  1541. *ScreenFreq: "106.0"
  1542. *ScreenAngle: "45.0"
  1543.  
  1544. *DefaultScreenProc: Dot
  1545. *ScreenProc Dot: "
  1546.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub}
  1547.  {dup mul exch dup mul add 1 exch sub} ifelse}"
  1548. *End
  1549. *ScreenProc Line: "{pop}"
  1550. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1
  1551.  exch sub}"
  1552. *End
  1553.  
  1554. *DefaultTransfer: Null
  1555. *Transfer Null: "{ }"
  1556. *Transfer Null.Inverse: "{1 exch sub}"
  1557.  
  1558.  
  1559. *% ===== Page size selections =====
  1560.  
  1561.  
  1562. *% ===== Paper Handling =====
  1563. *%
  1564. *LandscapeOrientation:  Plus90
  1565.  
  1566.  
  1567. *% ===== Page Size selection
  1568. *%
  1569. *OpenUI *PageSize/Page size: PickOne
  1570. *OrderDependency: 56.0 AnySetup *PageSize
  1571. *DefaultPageSize: LetterEdge
  1572. *PageSize Letter/Letter: "
  1573.  userdict /setpagedevice systemdict /setpagedevice get put
  1574.  (<<) cvx exec /PageSize [612 792] /ImagingBBox null
  1575.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1576.  (>>) cvx exec setpagedevice"
  1577. *End
  1578. *PageSize LetterEdge/Letter Edge-to-Edge: "
  1579.  userdict /setpagedevice systemdict /setpagedevice get put
  1580.  (<<) cvx exec /PageSize [613 792] /ImagingBBox null
  1581.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1582.  (>>) cvx exec setpagedevice"
  1583. *End
  1584. *PageSize Legal/Legal: "
  1585.  userdict /setpagedevice systemdict /setpagedevice get put
  1586.  (<<) cvx exec /PageSize [612 1008] /ImagingBBox null
  1587.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1588.  (>>) cvx exec setpagedevice"
  1589. *End
  1590. *PageSize LegalEdge/Legal Edge-to-Edge: "
  1591.  userdict /setpagedevice systemdict /setpagedevice get put
  1592.  (<<) cvx exec /PageSize [613 1008] /ImagingBBox null
  1593.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1594.  (>>) cvx exec setpagedevice"
  1595. *End
  1596. *PageSize Tabloid/11x17: "
  1597.  userdict /setpagedevice systemdict /setpagedevice get put
  1598.  (<<) cvx exec /PageSize [792 1224] /ImagingBBox null
  1599.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1600.  (>>) cvx exec setpagedevice"
  1601. *End
  1602. *PageSize TabloidEdge/11x17 Edge-to-Edge: "
  1603.  userdict /setpagedevice systemdict /setpagedevice get put
  1604.  (<<) cvx exec /PageSize [793 1224] /ImagingBBox null
  1605.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1606.  (>>) cvx exec setpagedevice"
  1607. *End
  1608. *PageSize A4/A4: "
  1609.  userdict /setpagedevice systemdict /setpagedevice get put
  1610.  (<<) cvx exec /PageSize [595 842] /ImagingBBox null
  1611.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1612.  (>>) cvx exec setpagedevice"
  1613. *End
  1614. *PageSize A4Edge/A4 Edge-to-Edge: "
  1615.  userdict /setpagedevice systemdict /setpagedevice get put
  1616.  (<<) cvx exec /PageSize [596 842] /ImagingBBox null
  1617.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1618.  (>>) cvx exec setpagedevice"
  1619. *End
  1620. *PageSize B5/B5-JIS: "
  1621.  userdict /setpagedevice systemdict /setpagedevice get put
  1622.  (<<) cvx exec /PageSize [516 729] /ImagingBBox null
  1623.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1624.  (>>) cvx exec setpagedevice"
  1625. *End
  1626. *PageSize B5Edge/B5-JIS Edge-to-Edge: "
  1627.  userdict /setpagedevice systemdict /setpagedevice get put
  1628.  (<<) cvx exec /PageSize [517 729] /ImagingBBox null
  1629.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1630.  (>>) cvx exec setpagedevice"
  1631. *End
  1632. *PageSize B4/B4: "
  1633.  userdict /setpagedevice systemdict /setpagedevice get put
  1634.  (<<) cvx exec /PageSize [729 1032] /ImagingBBox null
  1635.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1636.  (>>) cvx exec setpagedevice"
  1637. *End
  1638. *PageSize B4Edge/B4 Edge-to-Edge: "
  1639.  userdict /setpagedevice systemdict /setpagedevice get put
  1640.  (<<) cvx exec /PageSize [730 1032] /ImagingBBox null
  1641.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1642.  (>>) cvx exec setpagedevice"
  1643. *End
  1644. *PageSize A5/A5: "
  1645.  userdict /setpagedevice systemdict /setpagedevice get put
  1646.  (<<) cvx exec /PageSize [420 595] /ImagingBBox null
  1647.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1648.  (>>) cvx exec setpagedevice"
  1649. *End
  1650. *PageSize A5Edge/A5 Edge-to-Edge: "
  1651.  userdict /setpagedevice systemdict /setpagedevice get put
  1652.  (<<) cvx exec /PageSize [421 595] /ImagingBBox null
  1653.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1654.  (>>) cvx exec setpagedevice"
  1655. *End
  1656. *PageSize A3/A3: "
  1657.  userdict /setpagedevice systemdict /setpagedevice get put
  1658.  (<<) cvx exec /PageSize [842 1191] /ImagingBBox null
  1659.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1660.  (>>) cvx exec setpagedevice"
  1661. *End
  1662. *PageSize A3Edge/A3 Edge-to-Edge: "
  1663.  userdict /setpagedevice systemdict /setpagedevice get put
  1664.  (<<) cvx exec /PageSize [843 1191] /ImagingBBox null
  1665.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1666.  (>>) cvx exec setpagedevice"
  1667. *End
  1668. *PageSize Executive/Executive: "
  1669.  userdict /setpagedevice systemdict /setpagedevice get put
  1670.  (<<) cvx exec /PageSize [522 756] /ImagingBBox null
  1671.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1672.  (>>) cvx exec setpagedevice"
  1673. *End
  1674. *PageSize ExecutiveEdge/Executive Edge-to-Edge: "
  1675.  userdict /setpagedevice systemdict /setpagedevice get put
  1676.  (<<) cvx exec /PageSize [523 756] /ImagingBBox null
  1677.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1678.  (>>) cvx exec setpagedevice"
  1679. *End
  1680. *PageSize Statement/Statement: "
  1681.  userdict /setpagedevice systemdict /setpagedevice get put
  1682.  (<<) cvx exec /PageSize [396 612] /ImagingBBox null
  1683.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1684.  (>>) cvx exec setpagedevice"
  1685. *End
  1686. *PageSize StatementEdge/Statement Edge-to-Edge: "
  1687.  userdict /setpagedevice systemdict /setpagedevice get put
  1688.  (<<) cvx exec /PageSize [397 612] /ImagingBBox null
  1689.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1690.  (>>) cvx exec setpagedevice"
  1691. *End
  1692. *PageSize FanFoldGermanLegal/Folio: "
  1693.  userdict /setpagedevice systemdict /setpagedevice get put
  1694.  (<<) cvx exec /PageSize [612 936] /ImagingBBox null
  1695.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1696.  (>>) cvx exec setpagedevice"
  1697. *End
  1698. *PageSize FanFoldGermanLegalEdge/Folio Edge-to-Edge: "
  1699.  userdict /setpagedevice systemdict /setpagedevice get put
  1700.  (<<) cvx exec /PageSize [613 936] /ImagingBBox null
  1701.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1702.  (>>) cvx exec setpagedevice"
  1703. *End
  1704. *PageSize Universal/Universal 11.69 x 17 in: "
  1705.  userdict /setpagedevice systemdict /setpagedevice get put
  1706.  (<<) cvx exec /PageSize [840 1224] /ImagingBBox null
  1707.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1708.  (>>) cvx exec setpagedevice"
  1709. *End
  1710. *PageSize UniversalEdge/Universal 11.69 x 17 in Edge: "
  1711.  userdict /setpagedevice systemdict /setpagedevice get put
  1712.  (<<) cvx exec /PageSize [841 1224] /ImagingBBox null
  1713.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1714.  (>>) cvx exec setpagedevice"
  1715. *End
  1716. *PageSize Hagaki/Hagaki: "
  1717.  userdict /setpagedevice [systemdict /setpagedevice get 283 419
  1718.  /translate load 180 /rotate load] cvx put
  1719.  (<<) cvx exec /PageSize [283 419] /ImagingBBox null
  1720.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1721.  (>>) cvx exec setpagedevice"
  1722. *End
  1723. *PageSize HagakiEdge/Hagaki Edge-to-Edge: "
  1724.  userdict /setpagedevice [systemdict /setpagedevice get 283 419
  1725.  /translate load 180 /rotate load] cvx put
  1726.  (<<) cvx exec /PageSize [284 419] /ImagingBBox null
  1727.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1728.  (>>) cvx exec setpagedevice"
  1729. *End
  1730. *PageSize EnvMonarch/Monarch envelope: "
  1731.  userdict /setpagedevice [systemdict /setpagedevice get 279 540
  1732.  /translate load 180 /rotate load] cvx put
  1733.  (<<) cvx exec /PageSize [279 540] /ImagingBBox null
  1734.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1735.  (>>) cvx exec setpagedevice"
  1736. *End
  1737. *PageSize EnvMonarchEdge/Monarch envelope Edge-to-Edge: "
  1738.  userdict /setpagedevice [systemdict /setpagedevice get 279 540
  1739.  /translate load 180 /rotate load] cvx put
  1740.  (<<) cvx exec /PageSize [280 540] /ImagingBBox null
  1741.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1742.  (>>) cvx exec setpagedevice"
  1743. *End
  1744. *PageSize Env10/Com10 envelope: "
  1745.  userdict /setpagedevice [systemdict /setpagedevice get 297 684
  1746.  /translate load 180 /rotate load] cvx put
  1747.  (<<) cvx exec /PageSize [297 684] /ImagingBBox null
  1748.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1749.  (>>) cvx exec setpagedevice"
  1750. *End
  1751. *PageSize Env10Edge/Com10 envelope Edge-to-Edge: "
  1752.  userdict /setpagedevice [systemdict /setpagedevice get 297 684
  1753.  /translate load 180 /rotate load] cvx put
  1754.  (<<) cvx exec /PageSize [298 684] /ImagingBBox null
  1755.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1756.  (>>) cvx exec setpagedevice"
  1757. *End
  1758. *PageSize EnvC5/C5 envelope: "
  1759.  userdict /setpagedevice [systemdict /setpagedevice get 459 649
  1760.  /translate load 180 /rotate load] cvx put
  1761.  (<<) cvx exec /PageSize [459 649] /ImagingBBox null
  1762.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1763.  (>>) cvx exec setpagedevice"
  1764. *End
  1765. *PageSize EnvC5Edge/C5 envelope Edge-to-Edge: "
  1766.  userdict /setpagedevice [systemdict /setpagedevice get 459 649
  1767.  /translate load 180 /rotate load] cvx put
  1768.  (<<) cvx exec /PageSize [460 649] /ImagingBBox null
  1769.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1770.  (>>) cvx exec setpagedevice"
  1771. *End
  1772. *PageSize EnvDL/DL envelope: "
  1773.  userdict /setpagedevice [systemdict /setpagedevice get 312 624
  1774.  /translate load 180 /rotate load] cvx put
  1775.  (<<) cvx exec /PageSize [312 624] /ImagingBBox null
  1776.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1777.  (>>) cvx exec setpagedevice"
  1778. *End
  1779. *PageSize EnvDLEdge/DL envelope Edge-to-Edge: "
  1780.  userdict /setpagedevice [systemdict /setpagedevice get 312 624
  1781.  /translate load 180 /rotate load] cvx put
  1782.  (<<) cvx exec /PageSize [313 624] /ImagingBBox null
  1783.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1784.  (>>) cvx exec setpagedevice"
  1785. *End
  1786. *PageSize EnvUniversal/Universal Env 8.5 x 9.64 in: "
  1787.  userdict /setpagedevice [systemdict /setpagedevice get 611 694
  1788.  /translate load 180 /rotate load] cvx put
  1789.  (<<) cvx exec /PageSize [611 694] /ImagingBBox null
  1790.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1791.  (>>) cvx exec setpagedevice"
  1792. *End
  1793. *PageSize EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "
  1794.  userdict /setpagedevice [systemdict /setpagedevice get 612 694
  1795.  /translate load 180 /rotate load] cvx put
  1796.  (<<) cvx exec /PageSize [612 694] /ImagingBBox null
  1797.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1798.  (>>) cvx exec setpagedevice"
  1799. *End
  1800. *?PageSize: "
  1801.   save
  1802.   currentpagedevice /PageSize get aload pop
  1803.   2 copy gt {exch} if
  1804.   (Unknown)
  1805.   (<<) cvx exec
  1806.      [612 792]  (Letter)
  1807.      [613 792]  (LetterEdge)
  1808.      [612 1008] (Legal)
  1809.      [613 1008] (LegalEdge)
  1810.      [792 1224] (Tabloid/11x17)
  1811.      [793 1224] (TabloidEdge/11x17)
  1812.      [595 842]  (A4)
  1813.      [596 842]  (A4Edge)
  1814.      [516 729]  (B5)
  1815.      [517 729]  (B5Edge)
  1816.      [729 1032] (B4)
  1817.      [730 1032] (B4Edge)
  1818.      [420 595]  (A5)
  1819.      [421 595]  (A5Edge)
  1820.      [842 1191] (A3)
  1821.      [843 1191] (A3Edge)
  1822.      [522 756]  (Executive)
  1823.      [523 756]  (ExecutiveEdge)
  1824.      [396 612]  (Statement)
  1825.      [397 612]  (StatementEdge)
  1826.      [612 936]  (FanFoldGermanLegal)
  1827.      [613 936]  (FanFoldGermanLegalEdge)
  1828.      [840 1224] (Universal)
  1829.      [841 1224] (UniversalEdge)
  1830.      [283 419]  (Hagaki)
  1831.      [284 419]  (HagakiEdge)
  1832.      [279 540]  (EnvMonarch)
  1833.      [280 540]  (EnvMonarchEdge)
  1834.      [297 684]  (Env10)
  1835.      [298 684]  (Env10Edge)
  1836.      [459 649]  (EnvC5)
  1837.      [460 649]  (EnvC5Edge)
  1838.      [312 624]  (EnvDL)
  1839.      [313 624]  (EnvDLEdge)
  1840.      [611 694] (EnvUniversal)
  1841.      [612 694] (EnvUniversalEdge)
  1842.   (>>) cvx exec
  1843.   { exch aload pop
  1844.     4 index sub abs 5 le exch 5 index sub abs 5 le and
  1845.     {exch pop exit}
  1846.     {pop}
  1847.     ifelse
  1848.   } bind forall
  1849.   = flush pop pop
  1850.   restore"
  1851. *End
  1852. *CloseUI: *PageSize
  1853.  
  1854.  
  1855. *% ===== page region =====
  1856. *%
  1857. *OpenUI *PageRegion/Page region: PickOne
  1858. *OrderDependency: 55.0 AnySetup *PageRegion
  1859. *DefaultPageRegion: LetterEdge
  1860. *PageRegion Letter/Letter: "
  1861.  userdict /setpagedevice systemdict /setpagedevice get put
  1862.  (<<) cvx exec /PageSize [612 792] /ImagingBBox null
  1863.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1864.  (>>) cvx exec setpagedevice"
  1865. *End
  1866. *PageRegion LetterEdge/Letter Edge-to-Edge: "
  1867.  userdict /setpagedevice systemdict /setpagedevice get put
  1868.  (<<) cvx exec /PageSize [613 792] /ImagingBBox null
  1869.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1870.  (>>) cvx exec setpagedevice"
  1871. *End
  1872. *PageRegion Legal/Legal: "
  1873.  userdict /setpagedevice systemdict /setpagedevice get put
  1874.  (<<) cvx exec /PageSize [612 1008] /ImagingBBox null
  1875.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1876.  (>>) cvx exec setpagedevice"
  1877. *End
  1878. *PageRegion LegalEdge/Legal Edge-to-Edge: "
  1879.  userdict /setpagedevice systemdict /setpagedevice get put
  1880.  (<<) cvx exec /PageSize [613 1008] /ImagingBBox null
  1881.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1882.  (>>) cvx exec setpagedevice"
  1883. *End
  1884. *PageRegion Tabloid/11x17: "
  1885.  userdict /setpagedevice systemdict /setpagedevice get put
  1886.  (<<) cvx exec /PageSize [792 1224] /ImagingBBox null
  1887.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1888.  (>>) cvx exec setpagedevice"
  1889. *End
  1890. *PageRegion TabloidEdge/11x17 Edge-to-Edge: "
  1891.  userdict /setpagedevice systemdict /setpagedevice get put
  1892.  (<<) cvx exec /PageSize [793 1224] /ImagingBBox null
  1893.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1894.  (>>) cvx exec setpagedevice"
  1895. *End
  1896. *PageRegion A4/A4: "
  1897.  userdict /setpagedevice systemdict /setpagedevice get put
  1898.  (<<) cvx exec /PageSize [595 842] /ImagingBBox null
  1899.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1900.  (>>) cvx exec setpagedevice"
  1901. *End
  1902. *PageRegion A4Edge/A4 Edge-to-Edge: "
  1903.  userdict /setpagedevice systemdict /setpagedevice get put
  1904.  (<<) cvx exec /PageSize [596 842] /ImagingBBox null
  1905.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1906.  (>>) cvx exec setpagedevice"
  1907. *End
  1908. *PageRegion B5/B5-JIS: "
  1909.  userdict /setpagedevice systemdict /setpagedevice get put
  1910.  (<<) cvx exec /PageSize [516 729] /ImagingBBox null
  1911.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1912.  (>>) cvx exec setpagedevice"
  1913. *End
  1914. *PageRegion B5Edge/B5-JIS Edge-to-Edge: "
  1915.  userdict /setpagedevice systemdict /setpagedevice get put
  1916.  (<<) cvx exec /PageSize [517 729] /ImagingBBox null
  1917.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1918.  (>>) cvx exec setpagedevice"
  1919. *End
  1920. *PageRegion B4/B4: "
  1921.  userdict /setpagedevice systemdict /setpagedevice get put
  1922.  (<<) cvx exec /PageSize [729 1032] /ImagingBBox null
  1923.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1924.  (>>) cvx exec setpagedevice"
  1925. *End
  1926. *PageRegion B4Edge/B4 Edge-to-Edge: "
  1927.  userdict /setpagedevice systemdict /setpagedevice get put
  1928.  (<<) cvx exec /PageSize [730 1032] /ImagingBBox null
  1929.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1930.  (>>) cvx exec setpagedevice"
  1931. *End
  1932. *PageRegion A5/A5: "
  1933.  userdict /setpagedevice systemdict /setpagedevice get put
  1934.  (<<) cvx exec /PageSize [420 595] /ImagingBBox null
  1935.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1936.  (>>) cvx exec setpagedevice"
  1937. *End
  1938. *PageRegion A5Edge/A5 Edge-to-Edge: "
  1939.  userdict /setpagedevice systemdict /setpagedevice get put
  1940.  (<<) cvx exec /PageSize [421 595] /ImagingBBox null
  1941.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1942.  (>>) cvx exec setpagedevice"
  1943. *End
  1944. *PageRegion A3/A3: "
  1945.  userdict /setpagedevice systemdict /setpagedevice get put
  1946.  (<<) cvx exec /PageSize [842 1191] /ImagingBBox null
  1947.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1948.  (>>) cvx exec setpagedevice"
  1949. *End
  1950. *PageRegion A3Edge/A3 Edge-to-Edge: "
  1951.  userdict /setpagedevice systemdict /setpagedevice get put
  1952.  (<<) cvx exec /PageSize [843 1191] /ImagingBBox null
  1953.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1954.  (>>) cvx exec setpagedevice"
  1955. *End
  1956. *PageRegion Executive/Executive: "
  1957.  userdict /setpagedevice systemdict /setpagedevice get put
  1958.  (<<) cvx exec /PageSize [522 756] /ImagingBBox null
  1959.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1960.  (>>) cvx exec setpagedevice"
  1961. *End
  1962. *PageRegion ExecutiveEdge/Executive Edge-to-Edge: "
  1963.  userdict /setpagedevice systemdict /setpagedevice get put
  1964.  (<<) cvx exec /PageSize [523 756] /ImagingBBox null
  1965.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1966.  (>>) cvx exec setpagedevice"
  1967. *End
  1968. *PageRegion Statement/Statement: "
  1969.  userdict /setpagedevice systemdict /setpagedevice get put
  1970.  (<<) cvx exec /PageSize [396 612] /ImagingBBox null
  1971.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1972.  (>>) cvx exec setpagedevice"
  1973. *End
  1974. *PageRegion StatementEdge/Statement Edge-to-Edge: "
  1975.  userdict /setpagedevice systemdict /setpagedevice get put
  1976.  (<<) cvx exec /PageSize [397 612] /ImagingBBox null
  1977.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1978.  (>>) cvx exec setpagedevice"
  1979. *End
  1980. *PageRegion FanFoldGermanLegal/Folio: "
  1981.  userdict /setpagedevice systemdict /setpagedevice get put
  1982.  (<<) cvx exec /PageSize [612 936] /ImagingBBox null
  1983.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1984.  (>>) cvx exec setpagedevice"
  1985. *End
  1986. *PageRegion FanFoldGermanLegalEdge/Folio Edge-to-Edge: "
  1987.  userdict /setpagedevice systemdict /setpagedevice get put
  1988.  (<<) cvx exec /PageSize [613 936] /ImagingBBox null
  1989.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1990.  (>>) cvx exec setpagedevice"
  1991. *End
  1992. *PageRegion Universal/Universal 11.69 x 17 in: "
  1993.  userdict /setpagedevice systemdict /setpagedevice get put
  1994.  (<<) cvx exec /PageSize [840 1224] /ImagingBBox null
  1995.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  1996.  (>>) cvx exec setpagedevice"
  1997. *End
  1998. *PageRegion UniversalEdge/Universal 11.69 x 17 in Edge: "
  1999.  userdict /setpagedevice systemdict /setpagedevice get put
  2000.  (<<) cvx exec /PageSize [841 1224] /ImagingBBox null
  2001.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2002.  (>>) cvx exec setpagedevice"
  2003. *End
  2004. *PageRegion Hagaki/Hagaki: "
  2005.  userdict /setpagedevice [systemdict /setpagedevice get 283 419
  2006.  /translate load 180 /rotate load] cvx put
  2007.  (<<) cvx exec /PageSize [283 419] /ImagingBBox null
  2008.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2009.  (>>) cvx exec setpagedevice"
  2010. *End
  2011. *PageRegion HagakiEdge/Hagaki Edge-to-Edge: "
  2012.  userdict /setpagedevice [systemdict /setpagedevice get 284 419
  2013.  /translate load 180 /rotate load] cvx put
  2014.  (<<) cvx exec /PageSize [284 419] /ImagingBBox null
  2015.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2016.  (>>) cvx exec setpagedevice"
  2017. *End
  2018. *PageRegion EnvMonarch/Monarch envelope: "
  2019.  userdict /setpagedevice [systemdict /setpagedevice get 279 540
  2020.  /translate load 180 /rotate load] cvx put
  2021.  (<<) cvx exec /PageSize [279 540] /ImagingBBox null
  2022.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2023.  (>>) cvx exec setpagedevice"
  2024. *End
  2025. *PageRegion EnvMonarchEdge/Monarch envelope Edge-to-Edge: "
  2026.  userdict /setpagedevice [systemdict /setpagedevice get 280 540
  2027.  /translate load 180 /rotate load] cvx put
  2028.  (<<) cvx exec /PageSize [280 540] /ImagingBBox null
  2029.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2030.  (>>) cvx exec setpagedevice"
  2031. *End
  2032. *PageRegion Env10/Com10 envelope: "
  2033.  userdict /setpagedevice [systemdict /setpagedevice get 297 684
  2034.  /translate load 180 /rotate load] cvx put
  2035.  (<<) cvx exec /PageSize [297 684] /ImagingBBox null
  2036.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2037.  (>>) cvx exec setpagedevice"
  2038. *End
  2039. *PageRegion Env10Edge/Com10 envelope Edge-to-Edge: "
  2040.  userdict /setpagedevice [systemdict /setpagedevice get 298 684
  2041.  /translate load 180 /rotate load] cvx put
  2042.  (<<) cvx exec /PageSize [298 684] /ImagingBBox null
  2043.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2044.  (>>) cvx exec setpagedevice"
  2045. *End
  2046. *PageRegion EnvC5/C5 envelope: "
  2047.  userdict /setpagedevice [systemdict /setpagedevice get 459 649
  2048.  /translate load 180 /rotate load] cvx put
  2049.  (<<) cvx exec /PageSize [459 649] /ImagingBBox null
  2050.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2051.  (>>) cvx exec setpagedevice"
  2052. *End
  2053. *PageRegion EnvC5Edge/C5 envelope Edge-to-Edge: "
  2054.  userdict /setpagedevice [systemdict /setpagedevice get 460 649
  2055.  /translate load 180 /rotate load] cvx put
  2056.  (<<) cvx exec /PageSize [460 649] /ImagingBBox null
  2057.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2058.  (>>) cvx exec setpagedevice"
  2059. *End
  2060. *PageRegion EnvDL/DL envelope: "
  2061.  userdict /setpagedevice [systemdict /setpagedevice get 312 624
  2062.  /translate load 180 /rotate load] cvx put
  2063.  (<<) cvx exec /PageSize [312 624] /ImagingBBox null
  2064.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2065.  (>>) cvx exec setpagedevice"
  2066. *End
  2067. *PageRegion EnvDLEdge/DL envelope Edge-to-Edge: "
  2068.  userdict /setpagedevice [systemdict /setpagedevice get 313 624
  2069.  /translate load 180 /rotate load] cvx put
  2070.  (<<) cvx exec /PageSize [313 624] /ImagingBBox null
  2071.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2072.  (>>) cvx exec setpagedevice"
  2073. *End
  2074. *PageRegion EnvUniversal/Universal Env 8.5 x 9.64 in: "
  2075.  userdict /setpagedevice [systemdict /setpagedevice get 611 694
  2076.  /translate load 180 /rotate load] cvx put
  2077.  (<<) cvx exec /PageSize [611 694] /ImagingBBox null
  2078.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2079.  (>>) cvx exec setpagedevice"
  2080. *End
  2081. *PageRegion EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "
  2082.  userdict /setpagedevice [systemdict /setpagedevice get 612 694
  2083.  /translate load 180 /rotate load] cvx put
  2084.  (<<) cvx exec /PageSize [612 694] /ImagingBBox null
  2085.  /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
  2086.  (>>) cvx exec setpagedevice"
  2087. *End
  2088. *CloseUI: *PageRegion
  2089.  
  2090. *RequiresPageRegion MPT/Auxiliary tray: True
  2091. *RequiresPageRegion Envelope/Envelope feeder: True
  2092. *RequiresPageRegion Tray1: True
  2093. *RequiresPageRegion Tray2: True
  2094. *RequiresPageRegion Tray3: True
  2095. *RequiresPageRegion Tray4: True
  2096. *RequiresPageRegion Tray5: True
  2097.  
  2098.  
  2099.  
  2100. *% ==== Imageable area ====
  2101. *%
  2102. *DefaultImageableArea: Letter
  2103. *ImageableArea Letter/Letter: "11.3041 11.9041 600.624 779.904  "
  2104. *ImageableArea LetterEdge/Letter Edge-to-Edge: "0.06 0.4801 612.06 791.52  "
  2105. *ImageableArea Legal/Legal: "12.144 11.3041 599.664 996.624  "
  2106. *ImageableArea LegalEdge/Legal Edge-to-Edge: "0.7201 0.06 611.28 1008.06  "
  2107. *ImageableArea Tabloid/11x17: "11.904 11.304 779.904 1212.62  "
  2108. *ImageableArea TabloidEdge/11x17 Edge-to-Edge: "0.4801 0.06 791.52 1224.06  "
  2109. *ImageableArea A4/A4: "11.3641 11.897 584.004 829.817  "
  2110. *ImageableArea A4Edge/A4 Edge-to-Edge: "0.06 0.3602 595.26 841.32  "
  2111. *ImageableArea B5/B5-JIS: "12.144 11.3715 503.664 717.211  "
  2112. *ImageableArea B5Edge/B5-JIS Edge-to-Edge: "0.6001 0.0603 515.16 728.46  "
  2113. *ImageableArea B4/B4: "11.544 12.7947 718.104 1020.43  "
  2114. *ImageableArea B4Edge/B4 Edge-to-Edge: "1.3201 0.0604 727.08 1031.82  "
  2115. *ImageableArea A5/A5: "11.364 3.7667 403.044 583.607  "
  2116. *ImageableArea A5Edge/A5 Edge-to-Edge: "0.06 0.0012 419.58 595.201  "
  2117. *ImageableArea A3/A3: "12.024 15.6863 829.944 1179.21  "
  2118. *ImageableArea A3Edge/A3 Edge-to-Edge: "0.3601 0.0023 841.32 1190.52  "
  2119. *ImageableArea Executive/Executive: "11.364 13.1041 510.804 742.704  "
  2120. *ImageableArea ExecutiveEdge/Executive Edge-to-Edge: "0.06 1.68 522.06 754.32  "
  2121. *ImageableArea Statement/Statement: "11.364 4.296 380.004 599.496  "
  2122. *ImageableArea StatementEdge/Statement Edge-to-Edge: "0.06 0.7201 396.06 611.28  "
  2123. *ImageableArea FanFoldGermanLegal/Folio: "12.144 11.3041 599.664 924.624  "
  2124. *ImageableArea FanFoldGermanLegalEdge/Folio Edge-to-Edge: "0.7201 0.06 611.28 936.06  "
  2125. *ImageableArea Universal/Universal 11.69 x 17 in: "12.024 11.304 829.944 1212.62  "
  2126. *ImageableArea UniversalEdge/Universal 11.69 x 17 in Edge: "0.3601 0.06 841.32 1224.06  "
  2127. *ImageableArea Hagaki/Hagaki: "13.4561 10.8512 270.736 407.691  "
  2128. *ImageableArea HagakiEdge/Hagaki Edge-to-Edge: "1.12 0.0 281.44 418.935  "
  2129. *ImageableArea EnvMonarch/Monarch envelope: "11.4961 12.816 267.696 527.376  "
  2130. *ImageableArea EnvMonarchEdge/Monarch envelope Edge-to-Edge: "0.0 1.2 279.0 538.8  "
  2131. *ImageableArea Env10/Com10 envelope: "11.2561 11.856 285.696 672.336  "
  2132. *ImageableArea Env10Edge/Com10 envelope Edge-to-Edge: "0.0 0.24 297.0 683.76  "
  2133. *ImageableArea EnvC5/C5 envelope: "11.076 11.4822 447.636 637.402  "
  2134. *ImageableArea EnvC5Edge/C5 envelope Edge-to-Edge: "0.0 0.0366 458.94 648.997  "
  2135. *ImageableArea EnvDL/DL envelope: "11.616 12.6667 300.696 611.707  "
  2136. *ImageableArea EnvDLEdge/DL envelope Edge-to-Edge: "0.1801 1.1995 311.94 623.279  "
  2137. *ImageableArea EnvUniversal/Universal Env 8.5 x 9.64 in: "10.3761 13.1443 599.696 681.304  "
  2138. *ImageableArea EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "0.0 1.6483 611.94 692.848  "
  2139. *?ImageableArea: "save
  2140.  /cvp {(                ) cvs print ( )print} bind def
  2141.  /upperright {10000 mul floor 10000 div} bind def
  2142.  /lowerleft {10000 mul ceiling 10000 div} bind def
  2143.  newpath clippath pathbbox
  2144.  4 -2 roll exch 2 {lowerleft cvp} repeat
  2145.  exch 2 {upperright cvp} repeat ( ) = flush
  2146. restore"
  2147. *End
  2148.  
  2149.  
  2150. *% ==== Physical dimensions of the paper by keyword ====
  2151. *%
  2152. *DefaultPaperDimension: LetterEdge
  2153. *PaperDimension Letter/Letter: "612 792"
  2154. *PaperDimension LetterEdge/Letter Edge-to-Edge: "613 792"
  2155. *PaperDimension Legal/Legal: "612 1008"
  2156. *PaperDimension LegalEdge/Legal Edge-to-Edge: "613 1008"
  2157. *PaperDimension Tabloid/11x17: "792 1224"
  2158. *PaperDimension TabloidEdge/11x17 Edge-to-Edge: "793 1224"
  2159. *PaperDimension A4/A4: "595 842"
  2160. *PaperDimension A4Edge/A4 Edge-to-Edge: "596 842"
  2161. *PaperDimension B5/B5-JIS: "516 729"
  2162. *PaperDimension B5Edge/B5-JIS Edge-to-Edge: "517 729"
  2163. *PaperDimension B4/B4: "729 1032"
  2164. *PaperDimension B4Edge/B4 Edge-to-Edge: "730 1032"
  2165. *PaperDimension A5/A5: "420 595"
  2166. *PaperDimension A5Edge/A5 Edge-to-Edge: "421 595"
  2167. *PaperDimension A3/A3: "842 1191"
  2168. *PaperDimension A3Edge/A3 Edge-to-Edge: "843 1191"
  2169. *PaperDimension Executive/Executive: "522 756"
  2170. *PaperDimension ExecutiveEdge/Executive Edge-to-Edge: "523 756"
  2171. *PaperDimension Statement/Statement: "396 612"
  2172. *PaperDimension StatementEdge/Statement Edge-to-Edge: "397 612"
  2173. *PaperDimension FanFoldGermanLegal/Folio: "612 936"
  2174. *PaperDimension FanFoldGermanLegalEdge/Folio Edge-to-Edge: "613 936"
  2175. *PaperDimension Universal/Universal 11.69 x 17 in: "840 1224"
  2176. *PaperDimension UniversalEdge/Universal 11.69 x 17 in Edge: "841 1224"
  2177. *PaperDimension Hagaki/Hagaki: "283 419"
  2178. *PaperDimension HagakiEdge/Hagaki Edge-to-Edge: "284 419"
  2179. *PaperDimension EnvMonarch/Monarch envelope: "279 540"
  2180. *PaperDimension EnvMonarchEdge/Monarch envelope Edge-to-Edge: "280 540"
  2181. *PaperDimension Env10/Com10 envelope: "297 684"
  2182. *PaperDimension Env10Edge/Com10 envelope Edge-to-Edge: "298 684"
  2183. *PaperDimension EnvC5/C5 envelope: "459 649"
  2184. *PaperDimension EnvC5Edge/C5 envelope Edge-to-Edge: "460 649"
  2185. *PaperDimension EnvDL/DL envelope: "312 624"
  2186. *PaperDimension EnvDLEdge/DL envelope Edge-to-Edge: "313 624"
  2187. *PaperDimension EnvUniversal/Universal Env 8.5 x 9.64 in: "611 694"
  2188. *PaperDimension EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "612 694"
  2189.  
  2190. *% ===== Fonts available =====
  2191.  
  2192.  
  2193. *% ==== Font Information ====
  2194. *%
  2195. *DefaultFont: Courier
  2196. *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
  2197. *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
  2198. *Font AlbertusMT: Standard "(001.000)" Standard ROM
  2199. *Font AntiqueOlive-Bold: Standard "(501.007)" Standard ROM
  2200. *Font AntiqueOlive-Compact: Standard "(501.006)" Standard ROM
  2201. *Font AntiqueOlive-Italic: Standard "(501.008)" Standard ROM
  2202. *Font AntiqueOlive-Roman: Standard "(501.006)" Standard ROM
  2203. *Font Apple-Chancery: Standard "(001.000)" Standard ROM
  2204. *Font Arial-BoldItalicMT: Standard "(501.006)" Standard ROM
  2205. *Font Arial-BoldMT: Standard "(501.005)" Standard ROM
  2206. *Font Arial-ItalicMT: Standard "(501.008)" Standard ROM
  2207. *Font ArialMT: Standard "(501.005)" Standard ROM
  2208. *Font AvantGarde-Book: Standard "(501.007)" Standard ROM
  2209. *Font AvantGarde-BookOblique: Standard "(501.007)" Standard ROM
  2210. *Font AvantGarde-Demi: Standard "(501.008)" Standard ROM
  2211. *Font AvantGarde-DemiOblique: Standard "(501.008)" Standard ROM
  2212. *Font Bodoni-Bold: Standard "(501.004)" Standard ROM
  2213. *Font Bodoni-BoldItalic: Standard "(501.005)" Standard ROM
  2214. *Font Bodoni-Italic: Standard "(501.005)" Standard ROM
  2215. *Font Bodoni-Poster: Standard "(501.007)" Standard ROM
  2216. *Font Bodoni-PosterCompressed: Standard "(501.005)" Standard ROM
  2217. *Font Bodoni: Standard "(501.006)" Standard ROM
  2218. *Font Bookman-Demi: Standard "(501.004)" Standard ROM
  2219. *Font Bookman-DemiItalic: Standard "(501.004)" Standard ROM
  2220. *Font Bookman-Light: Standard "(501.004)" Standard ROM
  2221. *Font Bookman-LightItalic: Standard "(501.004)" Standard ROM
  2222. *Font Carta: Special "(001.001)" Standard ROM
  2223. *Font Chicago: Standard "(501.008)" Standard ROM
  2224. *Font Clarendon-Bold: Standard "(501.006)" Standard ROM
  2225. *Font Clarendon-Light: Standard "(501.007)" Standard ROM
  2226. *Font Clarendon: Standard "(501.006)" Standard ROM
  2227. *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
  2228. *Font CooperBlack: Standard "(001.003)" Standard ROM
  2229. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
  2230. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
  2231. *Font Coronet-Regular: Standard "(001.000)" Standard ROM
  2232. *Font Courier-Bold: Standard "(501.007)" Standard ROM
  2233. *Font Courier-BoldOblique: Standard "(501.007)" Standard ROM
  2234. *Font Courier-Oblique: Standard "(501.008)" Standard ROM
  2235. *Font Courier: Standard "(501.008)" Standard ROM
  2236. *Font Eurostile-Bold: Standard "(501.006)" Standard ROM
  2237. *Font Eurostile-BoldExtendedTwo: Standard "(501.006)" Standard ROM
  2238. *Font Eurostile-ExtendedTwo: Standard "(501.006)" Standard ROM
  2239. *Font Eurostile: Standard "(501.006)" Standard ROM
  2240. *Font Geneva: Standard "(501.005)" Standard ROM
  2241. *Font GillSans-Bold: Standard "(501.005)" Standard ROM
  2242. *Font GillSans-BoldCondensed: Standard "(501.004)" Standard ROM
  2243. *Font GillSans-BoldItalic: Standard "(501.005)" Standard ROM
  2244. *Font GillSans-Condensed: Standard "(501.005)" Standard ROM
  2245. *Font GillSans-ExtraBold: Standard "(501.005)" Standard ROM
  2246. *Font GillSans-Italic: Standard "(501.005)" Standard ROM
  2247. *Font GillSans-Light: Standard "(501.006)" Standard ROM
  2248. *Font GillSans-LightItalic: Standard "(501.006)" Standard ROM
  2249. *Font GillSans: Standard "(501.006)" Standard ROM
  2250. *Font Goudy-Bold: Standard "(001.002)" Standard ROM
  2251. *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
  2252. *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
  2253. *Font Goudy-Italic: Standard "(001.002)" Standard ROM
  2254. *Font Goudy: Standard "(001.003)" Standard ROM
  2255. *Font Helvetica-Bold: Standard "(501.007)" Standard ROM
  2256. *Font Helvetica-BoldOblique: Standard "(501.007)" Standard ROM
  2257. *Font Helvetica-Condensed-Bold: Standard "(501.007)" Standard ROM
  2258. *Font Helvetica-Condensed-BoldObl: Standard "(501.007)" Standard ROM
  2259. *Font Helvetica-Condensed-Oblique: Standard "(501.007)" Standard ROM
  2260. *Font Helvetica-Condensed: Standard "(501.007)" Standard ROM
  2261. *Font Helvetica-Narrow-Bold: Standard "(501.007)" Standard ROM
  2262. *Font Helvetica-Narrow-BoldOblique: Standard "(501.007)" Standard ROM
  2263. *Font Helvetica-Narrow-Oblique: Standard "(501.005)" Standard ROM
  2264. *Font Helvetica-Narrow: Standard "(501.005)" Standard ROM
  2265. *Font Helvetica-Oblique: Standard "(501.005)" Standard ROM
  2266. *Font Helvetica: Standard "(501.005)" Standard ROM
  2267. *Font HoeflerText-Black: Standard "(501.005)" Standard ROM
  2268. *Font HoeflerText-BlackItalic: Standard "(501.005)" Standard ROM
  2269. *Font HoeflerText-Italic: Standard "(501.007)" Standard ROM
  2270. *Font HoeflerText-Ornaments: Standard "(001.000)" Standard ROM
  2271. *Font HoeflerText-Regular: Standard "(501.005)" Standard ROM
  2272. *Font JoannaMT-Bold: Standard "(501.006)" Standard ROM
  2273. *Font JoannaMT-BoldItalic: Standard "(501.006)" Standard ROM
  2274. *Font JoannaMT-Italic: Standard "(501.006)" Standard ROM
  2275. *Font JoannaMT: Standard "(501.006)" Standard ROM
  2276. *Font LetterGothic-Bold: Standard "(501.008)" Standard ROM
  2277. *Font LetterGothic-BoldSlanted: Standard "(501.008)" Standard ROM
  2278. *Font LetterGothic-Slanted: Standard "(501.008)" Standard ROM
  2279. *Font LetterGothic: Standard "(501.007)" Standard ROM
  2280. *Font LubalinGraph-Book: Standard "(501.007)" Standard ROM
  2281. *Font LubalinGraph-BookOblique: Standard "(501.007)" Standard ROM
  2282. *Font LubalinGraph-Demi: Standard "(501.007)" Standard ROM
  2283. *Font LubalinGraph-DemiOblique: Standard "(501.007)" Standard ROM
  2284. *Font Marigold: Standard "(001.000)" Standard ROM
  2285. *Font Monaco: Standard "(501.009)" Standard ROM
  2286. *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
  2287. *Font NewCenturySchlbk-Bold: Standard "(501.006)" Standard ROM
  2288. *Font NewCenturySchlbk-BoldItalic: Standard "(501.006)" Standard ROM
  2289. *Font NewCenturySchlbk-Italic: Standard "(501.009)" Standard ROM
  2290. *Font NewCenturySchlbk-Roman: Standard "(501.006)" Standard ROM
  2291. *Font NewYork: Standard "(501.009)" Standard ROM
  2292. *Font Optima-Bold: Standard "(501.006)" Standard ROM
  2293. *Font Optima-BoldItalic: Standard "(501.007)" Standard ROM
  2294. *Font Optima-Italic: Standard "(501.008)" Standard ROM
  2295. *Font Optima: Standard "(501.008)" Standard ROM
  2296. *Font Oxford: Standard "(001.000)" Standard ROM
  2297. *Font Palatino-Bold: Standard "(501.006)" Standard ROM
  2298. *Font Palatino-BoldItalic: Standard "(501.005)" Standard ROM
  2299. *Font Palatino-Italic: Standard "(501.006)" Standard ROM
  2300. *Font Palatino-Roman: Standard "(501.004)" Standard ROM
  2301. *Font StempelGaramond-Bold: Standard "(501.005)" Standard ROM
  2302. *Font StempelGaramond-BoldItalic: Standard "(501.009)" Standard ROM
  2303. *Font StempelGaramond-Italic: Standard "(501.007)" Standard ROM
  2304. *Font StempelGaramond-Roman: Standard "(501.008)" Standard ROM
  2305. *Font Symbol: Special "(001.008)" Standard ROM
  2306. *Font Tekton: Standard "(001.001)" Standard ROM
  2307. *Font Times-Bold: Standard "(501.006)" Standard ROM
  2308. *Font Times-BoldItalic: Standard "(501.005)" Standard ROM
  2309. *Font Times-Italic: Standard "(501.007)" Standard ROM
  2310. *Font Times-Roman: Standard "(501.007)" Standard ROM
  2311. *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.008)" Standard ROM
  2312. *Font TimesNewRomanPS-BoldMT: Standard "(501.006)" Standard ROM
  2313. *Font TimesNewRomanPS-ItalicMT: Standard "(501.008)" Standard ROM
  2314. *Font TimesNewRomanPSMT: Standard "(501.006)" Standard ROM
  2315. *Font Univers-Bold: Standard "(501.006)" Standard ROM
  2316. *Font Univers-BoldExt: Standard "(501.008)" Standard ROM
  2317. *Font Univers-BoldExtObl: Standard "(501.008)" Standard ROM
  2318. *Font Univers-BoldOblique: Standard "(501.006)" Standard ROM
  2319. *Font Univers-Condensed: Standard "(501.009)" Standard ROM
  2320. *Font Univers-CondensedBold: Standard "(501.007)" Standard ROM
  2321. *Font Univers-CondensedBoldOblique: Standard "(501.007)" Standard ROM
  2322. *Font Univers-CondensedOblique: Standard "(501.009)" Standard ROM
  2323. *Font Univers-Extended: Standard "(501.007)" Standard ROM
  2324. *Font Univers-ExtendedObl: Standard "(501.007)" Standard ROM
  2325. *Font Univers-Light: Standard "(501.007)" Standard ROM
  2326. *Font Univers-LightOblique: Standard "(501.007)" Standard ROM
  2327. *Font Univers-Oblique: Standard "(501.007)" Standard ROM
  2328. *Font Univers: Standard "(501.007)" Standard ROM
  2329. *Font Wingdings-Regular: Special "(001.000)" Standard ROM
  2330. *Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard ROM
  2331. *Font ZapfDingbats: Special "(001.005S)" Standard ROM
  2332. *Font AntiqueOliveCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  2333. *Font AntiqueOliveCE-Compact: Win1250 "(501.006)" ExtendedRoman ROM
  2334. *Font AntiqueOliveCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  2335. *Font AntiqueOliveCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  2336. *Font Apple-ChanceryCE: Win1250 "(001.000)" ExtendedRoman ROM
  2337. *Font ArialCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  2338. *Font ArialCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  2339. *Font ArialCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  2340. *Font ArialCE: Win1250 "(501.005)" ExtendedRoman ROM
  2341. *Font AvantGardeCE-Book: Win1250 "(501.007)" ExtendedRoman ROM
  2342. *Font AvantGardeCE-BookOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2343. *Font AvantGardeCE-Demi: Win1250 "(501.008)" ExtendedRoman ROM
  2344. *Font AvantGardeCE-DemiOblique: Win1250 "(501.008)" ExtendedRoman ROM
  2345. *Font BodoniCE-Bold: Win1250 "(501.004)" ExtendedRoman ROM
  2346. *Font BodoniCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2347. *Font BodoniCE-Italic: Win1250 "(501.005)" ExtendedRoman ROM
  2348. *Font BodoniCE-Poster: Win1250 "(501.007)" ExtendedRoman ROM
  2349. *Font BodoniCE-PosterCompressed: Win1250 "(501.005)" ExtendedRoman ROM
  2350. *Font BodoniCE: Win1250 "(501.006)" ExtendedRoman ROM
  2351. *Font BookmanCE-Demi: Win1250 "(501.004)" ExtendedRoman ROM
  2352. *Font BookmanCE-DemiItalic: Win1250 "(501.004)" ExtendedRoman ROM
  2353. *Font BookmanCE-Light: Win1250 "(501.004)" ExtendedRoman ROM
  2354. *Font BookmanCE-LightItalic: Win1250 "(501.004)" ExtendedRoman ROM
  2355. *Font ChicagoCE: Win1250 "(501.008)" ExtendedRoman ROM
  2356. *Font ClarendonCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2357. *Font ClarendonCE-Light: Win1250 "(501.007)" ExtendedRoman ROM
  2358. *Font ClarendonCE: Win1250 "(501.006)" ExtendedRoman ROM
  2359. *Font CoronetCE-Regular: Win1250 "(001.000)" ExtendedRoman ROM
  2360. *Font CourierCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  2361. *Font CourierCE-BoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2362. *Font CourierCE-Oblique: Win1250 "(501.008)" ExtendedRoman ROM
  2363. *Font CourierCE: Win1250 "(501.008)" ExtendedRoman ROM
  2364. *Font EurostileCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2365. *Font EurostileCE-BoldExtendedTwo: Win1250 "(501.006)" ExtendedRoman ROM
  2366. *Font EurostileCE-ExtendedTwo: Win1250 "(501.006)" ExtendedRoman ROM
  2367. *Font EurostileCE: Win1250 "(501.006)" ExtendedRoman ROM
  2368. *Font GenevaCE: Win1250 "(501.005)" ExtendedRoman ROM
  2369. *Font GillSansCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  2370. *Font GillSansCE-BoldCondensed: Win1250 "(501.004)" ExtendedRoman ROM
  2371. *Font GillSansCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2372. *Font GillSansCE-Condensed: Win1250 "(501.005)" ExtendedRoman ROM
  2373. *Font GillSansCE-ExtraBold: Win1250 "(501.005)" ExtendedRoman ROM
  2374. *Font GillSansCE-Italic: Win1250 "(501.005)" ExtendedRoman ROM
  2375. *Font GillSansCE-Light: Win1250 "(501.006)" ExtendedRoman ROM
  2376. *Font GillSansCE-LightItalic: Win1250 "(501.006)" ExtendedRoman ROM
  2377. *Font GillSansCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  2378. *Font HelveticaCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
  2379. *Font HelveticaCE-BoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2380. *Font HelveticaCE-CondBold: Win1250 "(501.007)" ExtendedRoman ROM
  2381. *Font HelveticaCE-CondBoldObl: Win1250 "(501.007)" ExtendedRoman ROM
  2382. *Font HelveticaCE-CondObl: Win1250 "(501.007)" ExtendedRoman ROM
  2383. *Font HelveticaCE-Cond: Win1250 "(501.007)" ExtendedRoman ROM
  2384. *Font HelveticaCE-NarrowBold: Win1250 "(501.007)" ExtendedRoman ROM
  2385. *Font HelveticaCE-NarrowBoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2386. *Font HelveticaCE-NarrowOblique: Win1250 "(501.005)" ExtendedRoman ROM
  2387. *Font HelveticaCE-Narrow: Win1250 "(501.005)" ExtendedRoman ROM
  2388. *Font HelveticaCE-Oblique: Win1250 "(501.005)" ExtendedRoman ROM
  2389. *Font HelveticaCE: Win1250 "(501.005)" ExtendedRoman ROM
  2390. *Font HoeflerTextCE-Black: Win1250 "(501.005)" ExtendedRoman ROM
  2391. *Font HoeflerTextCE-BlackItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2392. *Font HoeflerTextCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  2393. *Font HoeflerTextCE-Regular: Win1250 "(501.005)" ExtendedRoman ROM
  2394. *Font JoannaMTCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2395. *Font JoannaMTCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  2396. *Font JoannaMTCE-Italic: Win1250 "(501.006)" ExtendedRoman ROM
  2397. *Font JoannaMTCE: Win1250 "(501.006)" ExtendedRoman ROM
  2398. *Font LetterGothicCE-Bold: Win1250 "(501.008)" ExtendedRoman ROM
  2399. *Font LetterGothicCE-BoldSlanted: Win1250 "(501.008)" ExtendedRoman ROM
  2400. *Font LetterGothicCE-Slanted: Win1250 "(501.008)" ExtendedRoman ROM
  2401. *Font LetterGothicCE: Win1250 "(501.007)" ExtendedRoman ROM
  2402. *Font LubalinGraphCE-Book: Win1250 "(501.007)" ExtendedRoman ROM
  2403. *Font LubalinGraphCE-BookOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2404. *Font LubalinGraphCE-Demi: Win1250 "(501.007)" ExtendedRoman ROM
  2405. *Font LubalinGraphCE-DemiOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2406. *Font MonacoCE: Win1250 "(501.009)" ExtendedRoman ROM
  2407. *Font NewCenturySchlbkCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2408. *Font NewCenturySchlbkCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
  2409. *Font NewCenturySchlbkCE-Italic: Win1250 "(501.009)" ExtendedRoman ROM
  2410. *Font NewCenturySchlbkCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
  2411. *Font NewYorkCE: Win1250 "(501.009)" ExtendedRoman ROM
  2412. *Font OptimaCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2413. *Font OptimaCE-BoldItalic: Win1250 "(501.007)" ExtendedRoman ROM
  2414. *Font OptimaCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  2415. *Font OptimaCE-Roman: Win1250 "(501.008)" ExtendedRoman ROM
  2416. *Font PalatinoCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2417. *Font PalatinoCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2418. *Font PalatinoCE-Italic: Win1250 "(501.006)" ExtendedRoman ROM
  2419. *Font PalatinoCE-Roman: Win1250 "(501.004)" ExtendedRoman ROM
  2420. *Font StempelGaramondCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
  2421. *Font StempelGaramondCE-BoldItalic: Win1250 "(501.009)" ExtendedRoman ROM
  2422. *Font StempelGaramondCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  2423. *Font StempelGaramondCE-Roman: Win1250 "(501.008)" ExtendedRoman ROM
  2424. *Font TimesCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2425. *Font TimesCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
  2426. *Font TimesCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
  2427. *Font TimesCE-Roman: Win1250 "(501.007)" ExtendedRoman ROM
  2428. *Font TimesNewRomanCE-BoldItalic: Win1250 "(501.008)" ExtendedRoman ROM
  2429. *Font TimesNewRomanCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2430. *Font TimesNewRomanCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
  2431. *Font TimesNewRomanCE: Win1250 "(501.006)" ExtendedRoman ROM
  2432. *Font UniversCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
  2433. *Font UniversCE-BoldExt: Win1250 "(501.008)" ExtendedRoman ROM
  2434. *Font UniversCE-BoldExtObl: Win1250 "(501.008)" ExtendedRoman ROM
  2435. *Font UniversCE-BoldOblique: Win1250 "(501.006)" ExtendedRoman ROM
  2436. *Font UniversCE-Condensed: Win1250 "(501.009)" ExtendedRoman ROM
  2437. *Font UniversCE-CondensedBold: Win1250 "(501.007)" ExtendedRoman ROM
  2438. *Font UniversCE-CondensedBoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2439. *Font UniversCE-CondensedOblique: Win1250 "(501.009)" ExtendedRoman ROM
  2440. *Font UniversCE-Extended: Win1250 "(501.007)" ExtendedRoman ROM
  2441. *Font UniversCE-ExtendedObl: Win1250 "(501.007)" ExtendedRoman ROM
  2442. *Font UniversCE-Light: Win1250 "(501.007)" ExtendedRoman ROM
  2443. *Font UniversCE-LightOblique: Win1250 "(501.007)" ExtendedRoman ROM
  2444. *Font UniversCE-Oblique: Win1250 "(501.007)" ExtendedRoman ROM
  2445. *Font UniversCE-Medium: Win1250 "(501.007)" ExtendedRoman ROM
  2446. *Font ZapfChanceryCE-MediumItalic: Win1250 "(002.000)" ExtendedRoman ROM
  2447.  
  2448. *?FontQuery: "save
  2449. {count 1 gt
  2450.   {exch dup 127 string cvs (/)print print (:)print
  2451.    /Font resourcestatus
  2452.    {pop pop (Yes)} {(No)} ifelse =
  2453.   }
  2454.   {exit}
  2455.   ifelse
  2456. } bind loop
  2457. (*) = flush
  2458. restore"
  2459. *End
  2460.  
  2461. *?FontList: "save
  2462.  (*) {cvn ==} 128 string /Font resourceforall
  2463.  (*) = flush
  2464. restore"
  2465. *End
  2466.  
  2467. *% ===== Miscellaneous messages, status, sources and separation info
  2468.  
  2469.  
  2470. *% ==== Printer Messages (verbatim from printer): ====
  2471. *%
  2472. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  2473. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  2474. *Message: "\FontName\ not found, using Courier"
  2475.  
  2476.  
  2477. *% ==== Status (format: %%[ status: <one of these> ] %%) ====
  2478. *%
  2479. *Status: "initializing"
  2480. *Status: "idle"
  2481. *Status: "busy"
  2482. *Status: "waiting"
  2483. *Status: "online"
  2484.  
  2485.  
  2486. *% ==== Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% ) ====
  2487. *%
  2488. *Source: "Parallel"
  2489. *Source: "EtherTalk"
  2490. *Source: "TokenTalk"
  2491.  
  2492. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  2493.  
  2494.  
  2495. *% ==== Color separation information ====
  2496. *%
  2497. *DefaultColorSep: ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi
  2498.  
  2499. *%  For 85 lpi / 600 x 600 dpi  ===============================
  2500.  
  2501. *ColorSepScreenAngle ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "45"
  2502. *ColorSepScreenAngle CustomColor.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "45"
  2503. *ColorSepScreenAngle ProcessCyan.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "15"
  2504. *ColorSepScreenAngle ProcessMagenta.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "75"
  2505. *ColorSepScreenAngle ProcessYellow.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "0"
  2506.  
  2507. *ColorSepScreenFreq ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2508. *ColorSepScreenFreq CustomColor.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2509. *ColorSepScreenFreq ProcessCyan.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2510. *ColorSepScreenFreq ProcessMagenta.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2511. *ColorSepScreenFreq ProcessYellow.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
  2512.  
  2513. *% ==== PPD file revision number, date, and time stamp.  This must ====
  2514. *% ==== remain here and be updated each time this file is modified. ====
  2515. *%
  2516. *%    File:             Revision:      Time/Date:
  2517. *% @(#)ibm43322.ppd     1.06        14:22:00 01/25/99
  2518. *%
  2519.  
  2520. *% Last Edit Date: Jan 25, 1999
  2521. *% The byte count of this file should be exactly 114744 or 112220
  2522. *% depending on the filesystem it resides in.
  2523. *% end of PPD file for IBM4332
  2524.  
  2525.  
  2526.